#C2A29C

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

Shades of Eunry #C2A29C

Tints of Eunry #C2A29C

Color information

#C2A29C (or 0xC2A29C) is unknown color: approx Eunry. HEX triplet: C2, A2 and 9C. RGB value is (194,162,156). Sum of RGB (Red+Green+Blue) = 194+162+156=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A29C is #3D5D63. Grayscale: #AAAAAA. Windows color (decimal): -4021604 or 10265282. OLE color: 10265282.

HSL color Cylindrical-coordinate representation of color #C2A29C: hue angle of 9.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A29C is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194162156-
CMYK00.160.200.24
HSL9.47º23.75%68.63%-
HSV(B)9.47º19.59%76.08%-
XYZ41.1739.7136.95-
YUV170.88119.6144.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=37.89%
G=31.64%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416215600.160.200.249.4723.7568.63
HexC2A29C010141891845
Octal30224223402024301130105
Binary11000010101000101001110001000010100110001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A29C; }

 p { color: rgb(194,162,156); }

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

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

 a { background-color: rgb(194,162,156); }

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

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

 span { border-color: rgb(194,162,156); }

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