Html Css Color HEX #C29136 Hokey Pokey

📋 copy color: '#C29136'

red 194 ◦ green 145 ◦ blue 54

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

Shades of Hokey Pokey #C29136

Tints of Hokey Pokey #C29136

RGB

 RED value IS 194 (76.17% from 255) = 49.36%

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 54 (21.48% from 255) = 13.74%

R = 49.36%
G = 36.9%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C29136 (or 0xC29136) is known color: Hokey Pokey. HEX triplet: C2, 91 and 36. RGB value is (194,145,54). Sum of RGB (Red+Green+Blue) = 194+145+54=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29136 is #3D6EC9. Grayscale: #959595. Windows color (decimal): -4026058 or 3576258. OLE color: 3576258.

HSL color Cylindrical-coordinate representation of color #C29136: hue angle of 39º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C29136 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 54 -
CMYK 0 0.25 0.72 0.24
HSL 39º 0.56% 0.49% -
HSV(B) 39º 0.72% 0.76% -
XYZ 33.04 31.99 7.92 -
YUV 149.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 194 145 54 0 0.25 0.72 0.24 39 0.56 0.49
Hex C2 91 36 0 19 48 18 27 38 31
Octal 302 221 66 0 31 110 30 47 70 61
Binary 11000010 10010001 110110 0 11001 1001000 11000 100111 111000 110001

Color Harmonies of #C29136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29136

Black with #C29136

Text Example


Text Example

White with #C29136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29136; }

 p { color: rgb(194,145,54); }

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

background-color css

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

 a { background-color: rgb(194,145,54); }

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

border-color css

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

 span { border-color: rgb(194,145,54); }

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