Html Css Color HEX #C49233 Hokey Pokey

📋 copy color: '#C49233'

red 196 ◦ green 146 ◦ blue 51

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

Shades of Hokey Pokey #C49233

Tints of Hokey Pokey #C49233

RGB

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

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

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

R = 49.87%
G = 37.15%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C49233 (or 0xC49233) is known color: Hokey Pokey. HEX triplet: C4, 92 and 33. RGB value is (196,146,51). Sum of RGB (Red+Green+Blue) = 196+146+51=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C49233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49233 is #3B6DCC. Grayscale: #969696. Windows color (decimal): -3894733 or 3379908. OLE color: 3379908.

HSL color Cylindrical-coordinate representation of color #C49233: hue angle of 39.31º 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 #C49233 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 51 -
CMYK 0 0.26 0.74 0.23
HSL 39.31º 0.59% 0.48% -
HSV(B) 39.31º 0.74% 0.77% -
XYZ 33.64 32.53 7.64 -
YUV 150.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 196 146 51 0 0.26 0.74 0.23 39.31 0.59 0.48
Hex C4 92 33 0 1A 4A 17 27 3B 30
Octal 304 222 63 0 32 112 27 47 73 60
Binary 11000100 10010010 110011 0 11010 1001010 10111 100111 111011 110000

Color Harmonies of #C49233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49233

Black with #C49233

Text Example


Text Example

White with #C49233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49233; }

 p { color: rgb(196,146,51); }

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

background-color css

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

 a { background-color: rgb(196,146,51); }

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

border-color css

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

 span { border-color: rgb(196,146,51); }

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