#CA9E9D

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

Shades of Eunry #CA9E9D

Tints of Eunry #CA9E9D

Color information

#CA9E9D (or 0xCA9E9D) is unknown color: approx Eunry. HEX triplet: CA, 9E and 9D. RGB value is (202,158,157). Sum of RGB (Red+Green+Blue) = 202+158+157=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E9D is #356162. Grayscale: #ABABAB. Windows color (decimal): -3498339 or 10329802. OLE color: 10329802.

HSL color Cylindrical-coordinate representation of color #CA9E9D: hue angle of 1.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9E9D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202158157-
CMYK00.220.220.21
HSL1.33º29.8%70.39%-
HSV(B)1.33º22.28%79.22%-
XYZ42.6739.4437.26-
YUV171.04120.08150.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=39.07%
G=30.56%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215815700.220.220.211.3329.870.39
HexCA9E9D016161511e46
Octal3122362350262625136106
Binary11001010100111101001110101011010110101011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E9D; }

 p { color: rgb(202,158,157); }

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

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

 a { background-color: rgb(202,158,157); }

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

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

 span { border-color: rgb(202,158,157); }

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