Html Css Color HEX #C49133 Hokey Pokey

📋 copy color: '#C49133'

red 196 ◦ green 145 ◦ blue 51

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

Shades of Hokey Pokey #C49133

Tints of Hokey Pokey #C49133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

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

R = 50%
G = 36.99%
B = 13.01%

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

#C49133 (or 0xC49133) is known color: Hokey Pokey. HEX triplet: C4, 91 and 33. RGB value is (196,145,51). Sum of RGB (Red+Green+Blue) = 196+145+51=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C49133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49133 is #3B6ECC. Grayscale: #959595. Windows color (decimal): -3894989 or 3379652. OLE color: 3379652.

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

Color convert

RGB 196 145 51 -
CMYK 0 0.26 0.74 0.23
HSL 38.9º 0.59% 0.48% -
HSV(B) 38.9º 0.74% 0.77% -
XYZ 33.49 32.23 7.59 -
YUV 149.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 196 145 51 0 0.26 0.74 0.23 38.9 0.59 0.48
Hex C4 91 33 0 1A 4A 17 27 3B 30
Octal 304 221 63 0 32 112 27 47 73 60
Binary 11000100 10010001 110011 0 11010 1001010 10111 100111 111011 110000

Color Harmonies of #C49133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49133

Black with #C49133

Text Example


Text Example

White with #C49133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49133; }

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

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

background-color css

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

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

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

border-color css

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

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

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