Html Css Color HEX #C08E34 Hokey Pokey

📋 copy color: '#C08E34'

red 192 ◦ green 142 ◦ blue 52

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

Shades of Hokey Pokey #C08E34

Tints of Hokey Pokey #C08E34

RGB

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

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

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

R = 49.74%
G = 36.79%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C08E34 (or 0xC08E34) is known color: Hokey Pokey. HEX triplet: C0, 8E and 34. RGB value is (192,142,52). Sum of RGB (Red+Green+Blue) = 192+142+52=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E34 is #3F71CB. Grayscale: #939393. Windows color (decimal): -4157900 or 3444416. OLE color: 3444416.

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

Color convert

RGB 192 142 52 -
CMYK 0 0.26 0.73 0.25
HSL 38.57º 0.57% 0.48% -
HSV(B) 38.57º 0.73% 0.75% -
XYZ 32.03 30.8 7.51 -
YUV 146.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 192 142 52 0 0.26 0.73 0.25 38.57 0.57 0.48
Hex C0 8E 34 0 1A 49 19 27 39 30
Octal 300 216 64 0 32 111 31 47 71 60
Binary 11000000 10001110 110100 0 11010 1001001 11001 100111 111001 110000

Color Harmonies of #C08E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E34

Black with #C08E34

Text Example


Text Example

White with #C08E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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