#C1A4A2

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

Shades of Eunry #C1A4A2

Tints of Eunry #C1A4A2

Color information

#C1A4A2 (or 0xC1A4A2) is unknown color: approx Eunry. HEX triplet: C1, A4 and A2. RGB value is (193,164,162). Sum of RGB (Red+Green+Blue) = 193+164+162=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A4A2 is #3E5B5D. Grayscale: #ACACAC. Windows color (decimal): -4086622 or 10659009. OLE color: 10659009.

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

Color convert

RGB193164162-
CMYK00.150.160.24
HSL3.87º20%69.61%-
HSV(B)3.87º16.06%75.69%-
XYZ41.7940.539.8-
YUV172.44122.11142.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=37.19%
G=31.60%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316416200.150.160.243.872069.61
HexC1A4A20F101841446
Octal3012442420172030424106
Binary110000011010010010100010011111000011000100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4A2; }

 p { color: rgb(193,164,162); }

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

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

 a { background-color: rgb(193,164,162); }

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

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

 span { border-color: rgb(193,164,162); }

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