#C3A5A4

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

Shades of Eunry #C3A5A4

Tints of Eunry #C3A5A4

Color information

#C3A5A4 (or 0xC3A5A4) is unknown color: approx Eunry. HEX triplet: C3, A5 and A4. RGB value is (195,165,164). Sum of RGB (Red+Green+Blue) = 195+165+164=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A5A4 is #3C5A5B. Grayscale: #ADADAD. Windows color (decimal): -3955292 or 10790339. OLE color: 10790339.

HSL color Cylindrical-coordinate representation of color #C3A5A4: hue angle of 1.94º degrees, saturation: 0.21, 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 #C3A5A4 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195165164-
CMYK00.150.160.24
HSL1.94º20.53%70.39%-
HSV(B)1.94º15.9%76.47%-
XYZ42.6641.1940.82-
YUV173.86122.44143.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=37.21%
G=31.49%
B=31.30%

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
Decimal19516516400.150.160.241.9420.5370.39
HexC3A5A40F101821546
Octal3032452440172030225106
Binary11000011101001011010010001111100001100010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A5A4; }

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

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

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

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

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

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

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

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