#CA9E99

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

Shades of Eunry #CA9E99

Tints of Eunry #CA9E99

Color information

#CA9E99 (or 0xCA9E99) is unknown color: approx Eunry. HEX triplet: CA, 9E and 99. RGB value is (202,158,153). Sum of RGB (Red+Green+Blue) = 202+158+153=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9E99 is #356166. Grayscale: #AAAAAA. Windows color (decimal): -3498343 or 10067658. OLE color: 10067658.

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

Color convert

RGB202158153-
CMYK00.220.240.21
HSL6.12º31.61%69.61%-
HSV(B)6.12º24.26%79.22%-
XYZ42.3339.3135.49-
YUV170.59118.08150.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=39.38%
G=30.80%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215815300.220.240.216.1231.6169.61
HexCA9E99016181562046
Octal3122362310263025640106
Binary11001010100111101001100101011011000101011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E99; }

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

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

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

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

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

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

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

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