#C08C2F

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

Shades of Hokey Pokey #C08C2F

Tints of Hokey Pokey #C08C2F

Color information

#C08C2F (or 0xC08C2F) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8C and 2F. RGB value is (192,140,47). Sum of RGB (Red+Green+Blue) = 192+140+47=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C2F is #3F73D0. Grayscale: #919191. Windows color (decimal): -4158417 or 3116224. OLE color: 3116224.

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

Color convert

RGB19214047-
CMYK00.270.760.25
HSL38.48º60.67%46.86%-
HSV(B)38.48º75.52%75.29%-
XYZ31.6330.176.85-
YUV144.9572.73161.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 47 (18.75% from 255) = 12.40%
R=50.66%
G=36.94%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921404700.270.760.2538.4860.6746.86
HexC08C2F01B4C19263d2f
Octal3002145703311431467557
Binary1100000010001100101111011011100110011001100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C2F; }

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

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

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

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

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

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

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

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