Html Css Color HEX #C08C31 Hokey Pokey

📋 copy color: '#C08C31'

red 192 ◦ green 140 ◦ blue 49

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

Shades of Hokey Pokey #C08C31

Tints of Hokey Pokey #C08C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 50.39%
G = 36.75%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08C31 (or 0xC08C31) is known color: Hokey Pokey. HEX triplet: C0, 8C and 31. RGB value is (192,140,49). Sum of RGB (Red+Green+Blue) = 192+140+49=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C31 is #3F73CE. Grayscale: #919191. Windows color (decimal): -4158415 or 3247296. OLE color: 3247296.

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

Color convert

RGB 192 140 49 -
CMYK 0 0.27 0.74 0.25
HSL 38.18º 0.59% 0.47% -
HSV(B) 38.18º 0.74% 0.75% -
XYZ 31.67 30.18 7.06 -
YUV 145.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 192 140 49 0 0.27 0.74 0.25 38.18 0.59 0.47
Hex C0 8C 31 0 1B 4A 19 26 3B 2F
Octal 300 214 61 0 33 112 31 46 73 57
Binary 11000000 10001100 110001 0 11011 1001010 11001 100110 111011 101111

Color Harmonies of #C08C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C31

Black with #C08C31

Text Example


Text Example

White with #C08C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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