Html Css Color HEX #C08E31 Hokey Pokey

📋 copy color: '#C08E31'

red 192 ◦ green 142 ◦ blue 49

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

Shades of Hokey Pokey #C08E31

Tints of Hokey Pokey #C08E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 50.13%
G = 37.08%
B = 12.79%

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

#C08E31 (or 0xC08E31) is known color: Hokey Pokey. HEX triplet: C0, 8E and 31. RGB value is (192,142,49). Sum of RGB (Red+Green+Blue) = 192+142+49=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E31 is #3F71CE. Grayscale: #929292. Windows color (decimal): -4157903 or 3247808. OLE color: 3247808.

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

Color convert

RGB 192 142 49 -
CMYK 0 0.26 0.74 0.25
HSL 39.02º 0.59% 0.47% -
HSV(B) 39.02º 0.74% 0.75% -
XYZ 31.97 30.77 7.16 -
YUV 146.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 192 142 49 0 0.26 0.74 0.25 39.02 0.59 0.47
Hex C0 8E 31 0 1A 4A 19 27 3B 2F
Octal 300 216 61 0 32 112 31 47 73 57
Binary 11000000 10001110 110001 0 11010 1001010 11001 100111 111011 101111

Color Harmonies of #C08E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E31

Black with #C08E31

Text Example


Text Example

White with #C08E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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