#C49C38

Color #C49C38 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C49C38

Tints of Hokey Pokey #C49C38

Color information

#C49C38 (or 0xC49C38) is unknown color: approx Hokey Pokey. HEX triplet: C4, 9C and 38. RGB value is (196,156,56). Sum of RGB (Red+Green+Blue) = 196+156+56=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49C38 is #3B63C7. Grayscale: #9C9C9C. Windows color (decimal): -3892168 or 3710148. OLE color: 3710148.

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

Color convert

RGB19615656-
CMYK00.200.710.23
HSL42.86º55.56%49.41%-
HSV(B)42.86º71.43%76.86%-
XYZ35.3735.88.79-
YUV156.5671.25156.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=48.04%
G=38.24%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961565600.200.710.2342.8655.5649.41
HexC49C3801447172b3831
Octal3042347002410727537061
Binary1100010010011100111000010100100011110111101011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C38; }

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

 H1.HeaderClassName
 {
   color: #C49C38;
 }
 .AnyTagClassName
 {
   color: #C49C38;
 }
</style>
background-color css

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

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

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

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

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

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