Html Css Color HEX #C49833 Hokey Pokey

📋 copy color: '#C49833'

red 196 ◦ green 152 ◦ blue 51

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

Shades of Hokey Pokey #C49833

Tints of Hokey Pokey #C49833

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 49.12%
G = 38.1%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C49833 (or 0xC49833) is known color: Hokey Pokey. HEX triplet: C4, 98 and 33. RGB value is (196,152,51). Sum of RGB (Red+Green+Blue) = 196+152+51=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49833 is #3B67CC. Grayscale: #9A9A9A. Windows color (decimal): -3893197 or 3381444. OLE color: 3381444.

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

Color convert

RGB 196 152 51 -
CMYK 0 0.22 0.74 0.23
HSL 41.79º 0.59% 0.48% -
HSV(B) 41.79º 0.74% 0.77% -
XYZ 34.59 34.43 7.95 -
YUV 153.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 196 152 51 0 0.22 0.74 0.23 41.79 0.59 0.48
Hex C4 98 33 0 16 4A 17 2A 3B 30
Octal 304 230 63 0 26 112 27 52 73 60
Binary 11000100 10011000 110011 0 10110 1001010 10111 101010 111011 110000

Color Harmonies of #C49833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49833

Black with #C49833

Text Example


Text Example

White with #C49833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49833; }

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

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

background-color css

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

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

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

border-color css

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

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

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