#C08A2E

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

Shades of Hokey Pokey #C08A2E

Tints of Hokey Pokey #C08A2E

Color information

#C08A2E (or 0xC08A2E) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8A and 2E. RGB value is (192,138,46). Sum of RGB (Red+Green+Blue) = 192+138+46=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A2E is #3F75D1. Grayscale: #909090. Windows color (decimal): -4158930 or 3050176. OLE color: 3050176.

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

Color convert

RGB19213846-
CMYK00.280.760.25
HSL37.81º61.34%46.67%-
HSV(B)37.81º76.04%75.29%-
XYZ31.3229.586.64-
YUV143.6672.89162.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 46 (18.36% from 255) = 12.23%
R=51.06%
G=36.70%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921384600.280.760.2537.8161.3446.67
HexC08A2E01C4C19263d2f
Octal3002125603411431467557
Binary1100000010001010101110011100100110011001100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A2E; }

 p { color: rgb(192,138,46); }

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

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

 a { background-color: rgb(192,138,46); }

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

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

 span { border-color: rgb(192,138,46); }

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