#C49C9A

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

Shades of Eunry #C49C9A

Tints of Eunry #C49C9A

Color information

#C49C9A (or 0xC49C9A) is unknown color: approx Eunry. HEX triplet: C4, 9C and 9A. RGB value is (196,156,154). Sum of RGB (Red+Green+Blue) = 196+156+154=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C9A is #3B6365. Grayscale: #A7A7A7. Windows color (decimal): -3892070 or 10132676. OLE color: 10132676.

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

Color convert

RGB196156154-
CMYK00.200.210.23
HSL2.86º26.25%68.63%-
HSV(B)2.86º21.43%76.86%-
XYZ40.4937.8535.74-
YUV167.73120.25148.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=38.74%
G=30.83%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615615400.200.210.232.8626.2568.63
HexC49C9A014151731a45
Octal3042342320242527332105
Binary110001001001110010011010010100101011011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C9A; }

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

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

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

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

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

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

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

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