#C08C31

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

Shades of Hokey Pokey #C08C31

Tints of Hokey Pokey #C08C31

Color information

#C08C31 (or 0xC08C31) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8C and 31. RGB value is (192,140,49). Sum of RGB (Red+Green+Blue) = 192+140+49=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C31 is #3F73CE. Grayscale: #919191. Windows color (decimal): -4158415 or 3247296. OLE color: 3247296.

HSL color Cylindrical-coordinate representation of color #C08C31: hue angle of 38.18º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08C31 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19214049-
CMYK00.270.740.25
HSL38.18º59.34%47.25%-
HSV(B)38.18º74.48%75.29%-
XYZ31.6730.187.06-
YUV145.1773.73161.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 140 (55.08% from 255) = 36.75%
BLUE value IS 49 (19.53% from 255) = 12.86%
R=50.39%
G=36.75%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921404900.270.740.2538.1859.3447.25
HexC08C3101B4A19263b2f
Octal3002146103311231467357
Binary1100000010001100110001011011100101011001100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C31; }

 p { color: rgb(192,140,49); }

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

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

 a { background-color: rgb(192,140,49); }

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

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

 span { border-color: rgb(192,140,49); }

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