Html Css Color HEX #C08A31 Hokey Pokey

📋 copy color: '#C08A31'

red 192 ◦ green 138 ◦ blue 49

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

Shades of Hokey Pokey #C08A31

Tints of Hokey Pokey #C08A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 50.66%
G = 36.41%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08A31 (or 0xC08A31) is known color: Hokey Pokey. HEX triplet: C0, 8A and 31. RGB value is (192,138,49). Sum of RGB (Red+Green+Blue) = 192+138+49=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A31 is #3F75CE. Grayscale: #909090. Windows color (decimal): -4158927 or 3246784. OLE color: 3246784.

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

Color convert

RGB 192 138 49 -
CMYK 0 0.28 0.74 0.25
HSL 37.34º 0.59% 0.47% -
HSV(B) 37.34º 0.74% 0.75% -
XYZ 31.38 29.61 6.97 -
YUV 144 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 192 138 49 0 0.28 0.74 0.25 37.34 0.59 0.47
Hex C0 8A 31 0 1C 4A 19 25 3B 2F
Octal 300 212 61 0 34 112 31 45 73 57
Binary 11000000 10001010 110001 0 11100 1001010 11001 100101 111011 101111

Color Harmonies of #C08A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A31

Black with #C08A31

Text Example


Text Example

White with #C08A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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