Html Css Color HEX #C29935 Hokey Pokey

📋 copy color: '#C29935'

red 194 ◦ green 153 ◦ blue 53

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

Shades of Hokey Pokey #C29935

Tints of Hokey Pokey #C29935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 48.5%
G = 38.25%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C29935 (or 0xC29935) is known color: Hokey Pokey. HEX triplet: C2, 99 and 35. RGB value is (194,153,53). Sum of RGB (Red+Green+Blue) = 194+153+53=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29935 is #3D66CA. Grayscale: #9A9A9A. Windows color (decimal): -4024011 or 3512770. OLE color: 3512770.

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

Color convert

RGB 194 153 53 -
CMYK 0 0.21 0.73 0.24
HSL 42.55º 0.57% 0.48% -
HSV(B) 42.55º 0.73% 0.76% -
XYZ 34.28 34.51 8.22 -
YUV 153.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 194 153 53 0 0.21 0.73 0.24 42.55 0.57 0.48
Hex C2 99 35 0 15 49 18 2B 39 30
Octal 302 231 65 0 25 111 30 53 71 60
Binary 11000010 10011001 110101 0 10101 1001001 11000 101011 111001 110000

Color Harmonies of #C29935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29935

Black with #C29935

Text Example


Text Example

White with #C29935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29935; }

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

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

background-color css

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

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

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

border-color css

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

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

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