Html Css Color HEX #C29235 Hokey Pokey

📋 copy color: '#C29235'

red 194 ◦ green 146 ◦ blue 53

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

Shades of Hokey Pokey #C29235

Tints of Hokey Pokey #C29235

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 53 (21.09% from 255) = 13.49%

R = 49.36%
G = 37.15%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C29235 (or 0xC29235) is known color: Hokey Pokey. HEX triplet: C2, 92 and 35. RGB value is (194,146,53). Sum of RGB (Red+Green+Blue) = 194+146+53=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29235 is #3D6DCA. Grayscale: #969696. Windows color (decimal): -4025803 or 3510978. OLE color: 3510978.

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

Color convert

RGB 194 146 53 -
CMYK 0 0.25 0.73 0.24
HSL 39.57º 0.57% 0.48% -
HSV(B) 39.57º 0.73% 0.76% -
XYZ 33.17 32.28 7.85 -
YUV 149.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 194 146 53 0 0.25 0.73 0.24 39.57 0.57 0.48
Hex C2 92 35 0 19 49 18 28 39 30
Octal 302 222 65 0 31 111 30 50 71 60
Binary 11000010 10010010 110101 0 11001 1001001 11000 101000 111001 110000

Color Harmonies of #C29235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29235

Black with #C29235

Text Example


Text Example

White with #C29235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29235; }

 p { color: rgb(194,146,53); }

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

background-color css

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

 a { background-color: rgb(194,146,53); }

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

border-color css

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

 span { border-color: rgb(194,146,53); }

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