Html Css Color HEX #C08D34 Hokey Pokey

📋 copy color: '#C08D34'

red 192 ◦ green 141 ◦ blue 52

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

Shades of Hokey Pokey #C08D34

Tints of Hokey Pokey #C08D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 49.87%
G = 36.62%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08D34 (or 0xC08D34) is known color: Hokey Pokey. HEX triplet: C0, 8D and 34. RGB value is (192,141,52). Sum of RGB (Red+Green+Blue) = 192+141+52=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D34 is #3F72CB. Grayscale: #929292. Windows color (decimal): -4158156 or 3444160. OLE color: 3444160.

HSL color Cylindrical-coordinate representation of color #C08D34: hue angle of 38.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C08D34 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 141 52 -
CMYK 0 0.27 0.73 0.25
HSL 38.14º 0.57% 0.48% -
HSV(B) 38.14º 0.73% 0.75% -
XYZ 31.88 30.5 7.46 -
YUV 146.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 192 141 52 0 0.27 0.73 0.25 38.14 0.57 0.48
Hex C0 8D 34 0 1B 49 19 26 39 30
Octal 300 215 64 0 33 111 31 46 71 60
Binary 11000000 10001101 110100 0 11011 1001001 11001 100110 111001 110000

Color Harmonies of #C08D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08D34

Black with #C08D34

Text Example


Text Example

White with #C08D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08D34; }

 p { color: rgb(192,141,52); }

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

background-color css

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

 a { background-color: rgb(192,141,52); }

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

border-color css

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

 span { border-color: rgb(192,141,52); }

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