Html Css Color HEX #C49732 Hokey Pokey

📋 copy color: '#C49732'

red 196 ◦ green 151 ◦ blue 50

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

Shades of Hokey Pokey #C49732

Tints of Hokey Pokey #C49732

RGB

 RED value IS 196 (76.95% from 255) = 49.37%

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 49.37%
G = 38.04%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C49732 (or 0xC49732) is known color: Hokey Pokey. HEX triplet: C4, 97 and 32. RGB value is (196,151,50). Sum of RGB (Red+Green+Blue) = 196+151+50=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C49732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49732 is #3B68CD. Grayscale: #999999. Windows color (decimal): -3893454 or 3315652. OLE color: 3315652.

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

Color convert

RGB 196 151 50 -
CMYK 0 0.23 0.74 0.23
HSL 41.51º 0.59% 0.48% -
HSV(B) 41.51º 0.74% 0.77% -
XYZ 34.41 34.1 7.79 -
YUV 152.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 196 151 50 0 0.23 0.74 0.23 41.51 0.59 0.48
Hex C4 97 32 0 17 4A 17 2A 3B 30
Octal 304 227 62 0 27 112 27 52 73 60
Binary 11000100 10010111 110010 0 10111 1001010 10111 101010 111011 110000

Color Harmonies of #C49732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49732

Black with #C49732

Text Example


Text Example

White with #C49732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49732; }

 p { color: rgb(196,151,50); }

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

background-color css

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

 a { background-color: rgb(196,151,50); }

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

border-color css

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

 span { border-color: rgb(196,151,50); }

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