#C3A395

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

Shades of Eunry #C3A395

Tints of Eunry #C3A395

Color information

#C3A395 (or 0xC3A395) is unknown color: approx Eunry. HEX triplet: C3, A3 and 95. RGB value is (195,163,149). Sum of RGB (Red+Green+Blue) = 195+163+149=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A395 is #3C5C6A. Grayscale: #ABABAB. Windows color (decimal): -3955819 or 9806787. OLE color: 9806787.

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

Color convert

RGB195163149-
CMYK00.160.240.24
HSL18.26º27.71%67.45%-
HSV(B)18.26º23.59%76.47%-
XYZ41.0339.9733.99-
YUV170.97115.6145.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=38.46%
G=32.15%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516314900.160.240.2418.2627.7167.45
HexC3A3950101818121c43
Octal30324322502030302234103
Binary110000111010001110010101010000110001100010010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A395; }

 p { color: rgb(195,163,149); }

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

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

 a { background-color: rgb(195,163,149); }

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

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

 span { border-color: rgb(195,163,149); }

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