#C3A4A1

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

Shades of Eunry #C3A4A1

Tints of Eunry #C3A4A1

Color information

#C3A4A1 (or 0xC3A4A1) is unknown color: approx Eunry. HEX triplet: C3, A4 and A1. RGB value is (195,164,161). Sum of RGB (Red+Green+Blue) = 195+164+161=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A4A1 is #3C5B5E. Grayscale: #ACACAC. Windows color (decimal): -3955551 or 10593475. OLE color: 10593475.

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

Color convert

RGB195164161-
CMYK00.160.170.24
HSL5.29º22.08%69.8%-
HSV(B)5.29º17.44%76.47%-
XYZ42.2140.7339.35-
YUV172.93121.27143.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=37.5%
G=31.54%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516416100.160.170.245.2922.0869.8
HexC3A4A1010111851646
Octal3032442410202130526106
Binary1100001110100100101000010100001000111000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4A1; }

 p { color: rgb(195,164,161); }

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

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

 a { background-color: rgb(195,164,161); }

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

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

 span { border-color: rgb(195,164,161); }

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