#C08D2F

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

Shades of Hokey Pokey #C08D2F

Tints of Hokey Pokey #C08D2F

Color information

#C08D2F (or 0xC08D2F) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8D and 2F. RGB value is (192,141,47). Sum of RGB (Red+Green+Blue) = 192+141+47=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D2F is #3F72D0. Grayscale: #919191. Windows color (decimal): -4158161 or 3116480. OLE color: 3116480.

HSL color Cylindrical-coordinate representation of color #C08D2F: hue angle of 38.9º 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 #C08D2F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19214147-
CMYK00.270.760.25
HSL38.9º60.67%46.86%-
HSV(B)38.9º75.52%75.29%-
XYZ31.7830.466.89-
YUV145.5372.4161.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 47 (18.75% from 255) = 12.37%
R=50.53%
G=37.11%
B=12.37%

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
Decimal1921414700.270.760.2538.960.6746.86
HexC08D2F01B4C19273d2f
Octal3002155703311431477557
Binary1100000010001101101111011011100110011001100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D2F; }

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

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

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

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

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

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

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

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