Html Css Color HEX #C49C37 Hokey Pokey

📋 copy color: '#C49C37'

red 196 ◦ green 156 ◦ blue 55

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

Shades of Hokey Pokey #C49C37

Tints of Hokey Pokey #C49C37

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 48.16%
G = 38.33%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49C37 (or 0xC49C37) is known color: Hokey Pokey. HEX triplet: C4, 9C and 37. RGB value is (196,156,55). Sum of RGB (Red+Green+Blue) = 196+156+55=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C37 is #3B63C8. Grayscale: #9C9C9C. Windows color (decimal): -3892169 or 3644612. OLE color: 3644612.

HSL color Cylindrical-coordinate representation of color #C49C37: hue angle of 42.98º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C49C37 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 156 55 -
CMYK 0 0.20 0.72 0.23
HSL 42.98º 0.56% 0.49% -
HSV(B) 42.98º 0.72% 0.77% -
XYZ 35.34 35.79 8.66 -
YUV 156.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 196 156 55 0 0.20 0.72 0.23 42.98 0.56 0.49
Hex C4 9C 37 0 14 48 17 2B 38 31
Octal 304 234 67 0 24 110 27 53 70 61
Binary 11000100 10011100 110111 0 10100 1001000 10111 101011 111000 110001

Color Harmonies of #C49C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C37

Black with #C49C37

Text Example


Text Example

White with #C49C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C37; }

 p { color: rgb(196,156,55); }

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

background-color css

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

 a { background-color: rgb(196,156,55); }

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

border-color css

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

 span { border-color: rgb(196,156,55); }

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