Html Css Color HEX #C29533 Hokey Pokey

📋 copy color: '#C29533'

red 194 ◦ green 149 ◦ blue 51

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

Shades of Hokey Pokey #C29533

Tints of Hokey Pokey #C29533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 51 (20.31% from 255) = 12.94%

R = 49.24%
G = 37.82%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C29533 (or 0xC29533) is known color: Hokey Pokey. HEX triplet: C2, 95 and 33. RGB value is (194,149,51). Sum of RGB (Red+Green+Blue) = 194+149+51=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29533 is #3D6ACC. Grayscale: #979797. Windows color (decimal): -4025037 or 3380674. OLE color: 3380674.

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

Color convert

RGB 194 149 51 -
CMYK 0 0.23 0.74 0.24
HSL 41.12º 0.58% 0.48% -
HSV(B) 41.12º 0.74% 0.76% -
XYZ 33.59 33.2 7.77 -
YUV 151.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 194 149 51 0 0.23 0.74 0.24 41.12 0.58 0.48
Hex C2 95 33 0 17 4A 18 29 3A 30
Octal 302 225 63 0 27 112 30 51 72 60
Binary 11000010 10010101 110011 0 10111 1001010 11000 101001 111010 110000

Color Harmonies of #C29533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29533

Black with #C29533

Text Example


Text Example

White with #C29533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29533; }

 p { color: rgb(194,149,51); }

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

background-color css

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

 a { background-color: rgb(194,149,51); }

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

border-color css

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

 span { border-color: rgb(194,149,51); }

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