#C09133

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

Shades of Hokey Pokey #C09133

Tints of Hokey Pokey #C09133

Color information

#C09133 (or 0xC09133) is unknown color: approx Hokey Pokey. HEX triplet: C0, 91 and 33. RGB value is (192,145,51). Sum of RGB (Red+Green+Blue) = 192+145+51=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C09133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09133 is #3F6ECC. Grayscale: #949494. Windows color (decimal): -4157133 or 3379648. OLE color: 3379648.

HSL color Cylindrical-coordinate representation of color #C09133: hue angle of 40º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C09133 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19214551-
CMYK00.240.730.25
HSL40º58.02%47.65%-
HSV(B)40º73.44%75.29%-
XYZ32.4631.77.54-
YUV148.3473.07159.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=49.48%
G=37.37%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921455100.240.730.254058.0247.65
HexC091330184919283a30
Octal3002216303011131507260
Binary1100000010010001110011011000100100111001101000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09133; }

 p { color: rgb(192,145,51); }

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

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

 a { background-color: rgb(192,145,51); }

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

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

 span { border-color: rgb(192,145,51); }

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