Html Css Color HEX #C29331 Hokey Pokey

📋 copy color: '#C29331'

red 194 ◦ green 147 ◦ blue 49

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

Shades of Hokey Pokey #C29331

Tints of Hokey Pokey #C29331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 49.74%
G = 37.69%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29331 (or 0xC29331) is known color: Hokey Pokey. HEX triplet: C2, 93 and 31. RGB value is (194,147,49). Sum of RGB (Red+Green+Blue) = 194+147+49=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C29331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29331 is #3D6CCE. Grayscale: #969696. Windows color (decimal): -4025551 or 3249090. OLE color: 3249090.

HSL color Cylindrical-coordinate representation of color #C29331: hue angle of 40.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29331 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 49 -
CMYK 0 0.24 0.75 0.24
HSL 40.55º 0.6% 0.48% -
HSV(B) 40.55º 0.75% 0.76% -
XYZ 33.24 32.56 7.44 -
YUV 149.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 194 147 49 0 0.24 0.75 0.24 40.55 0.6 0.48
Hex C2 93 31 0 18 4B 18 29 3C 30
Octal 302 223 61 0 30 113 30 51 74 60
Binary 11000010 10010011 110001 0 11000 1001011 11000 101001 111100 110000

Color Harmonies of #C29331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29331

Black with #C29331

Text Example


Text Example

White with #C29331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29331; }

 p { color: rgb(194,147,49); }

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

background-color css

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

 a { background-color: rgb(194,147,49); }

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

border-color css

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

 span { border-color: rgb(194,147,49); }

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