#C19438

Color #C19438 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C19438

Tints of Hokey Pokey #C19438

Color information

#C19438 (or 0xC19438) is unknown color: approx Hokey Pokey. HEX triplet: C1, 94 and 38. RGB value is (193,148,56). Sum of RGB (Red+Green+Blue) = 193+148+56=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C19438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19438 is #3E6BC7. Grayscale: #979797. Windows color (decimal): -4090824 or 3708097. OLE color: 3708097.

HSL color Cylindrical-coordinate representation of color #C19438: hue angle of 40.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C19438 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19314856-
CMYK00.230.710.24
HSL40.29º55.02%48.82%-
HSV(B)40.29º70.98%75.69%-
XYZ33.332.88.32-
YUV150.9774.41157.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=48.61%
G=37.28%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931485600.230.710.2440.2955.0248.82
HexC194380174718283731
Octal3012247002710730506761
Binary1100000110010100111000010111100011111000101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19438; }

 p { color: rgb(193,148,56); }

 H1.HeaderClassName
 {
   color: #C19438;
 }
 .AnyTagClassName
 {
   color: #C19438;
 }
</style>
background-color css

<style>
 a { background-color: #C19438; }

 a { background-color: rgb(193,148,56); }

 div.DivClassName
 {
   background-color: #C19438;
 }
 .BgClassName
 {
   background-color: #C19438;
 }
</style>
border-color css

<style>
 span { border-color: #C19438; }

 span { border-color: rgb(193,148,56); }

 td.TdClassName
 {
   border-color: #C19438;
 }
 .TagClassName
 {
   border-color: #C19438;
 }
</style>