Html Css Color HEX #C08E32 Hokey Pokey

📋 copy color: '#C08E32'

red 192 ◦ green 142 ◦ blue 50

#C08E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #C08E32

Tints of Hokey Pokey #C08E32

RGB

 RED value IS 192 (75.39% from 255) = 50%

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 50%
G = 36.98%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08E32 (or 0xC08E32) is known color: Hokey Pokey. HEX triplet: C0, 8E and 32. RGB value is (192,142,50). Sum of RGB (Red+Green+Blue) = 192+142+50=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E32 is #3F71CD. Grayscale: #929292. Windows color (decimal): -4157902 or 3313344. OLE color: 3313344.

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

Color convert

RGB 192 142 50 -
CMYK 0 0.26 0.74 0.25
HSL 38.87º 0.59% 0.47% -
HSV(B) 38.87º 0.74% 0.75% -
XYZ 31.99 30.78 7.27 -
YUV 146.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 192 142 50 0 0.26 0.74 0.25 38.87 0.59 0.47
Hex C0 8E 32 0 1A 4A 19 27 3B 2F
Octal 300 216 62 0 32 112 31 47 73 57
Binary 11000000 10001110 110010 0 11010 1001010 11001 100111 111011 101111

Color Harmonies of #C08E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E32

Black with #C08E32

Text Example


Text Example

White with #C08E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E32; }

 p { color: rgb(192,142,50); }

 H1.HeaderClassName
 {
   color: #C08E32;
 }
 .AnyTagClassName
 {
   color: #C08E32;
 }
</style>

background-color css

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

 a { background-color: rgb(192,142,50); }

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

border-color css

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

 span { border-color: rgb(192,142,50); }

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