#CA9F99

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

Shades of Eunry #CA9F99

Tints of Eunry #CA9F99

Color information

#CA9F99 (or 0xCA9F99) is unknown color: approx Eunry. HEX triplet: CA, 9F and 99. RGB value is (202,159,153). Sum of RGB (Red+Green+Blue) = 202+159+153=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9F99 is #356066. Grayscale: #ABABAB. Windows color (decimal): -3498087 or 10067914. OLE color: 10067914.

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

Color convert

RGB202159153-
CMYK00.210.240.21
HSL7.35º31.61%69.61%-
HSV(B)7.35º24.26%79.22%-
XYZ42.5139.6535.55-
YUV171.17117.75149.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=39.30%
G=30.93%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215915300.210.240.217.3531.6169.61
HexCA9F99015181572046
Octal3122372310253025740106
Binary11001010100111111001100101010111000101011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F99; }

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

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

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

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

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

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

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

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