#CA9F9E

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

Shades of Eunry #CA9F9E

Tints of Eunry #CA9F9E

Color information

#CA9F9E (or 0xCA9F9E) is unknown color: approx Eunry. HEX triplet: CA, 9F and 9E. RGB value is (202,159,158). Sum of RGB (Red+Green+Blue) = 202+159+158=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9F9E is #356061. Grayscale: #ABABAB. Windows color (decimal): -3498082 or 10395594. OLE color: 10395594.

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

Color convert

RGB202159158-
CMYK00.210.220.21
HSL1.36º29.33%70.59%-
HSV(B)1.36º21.78%79.22%-
XYZ42.9339.8237.77-
YUV171.74120.25149.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 158 (62.11% from 255) = 30.44%
R=38.92%
G=30.64%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215915800.210.220.211.3629.3370.59
HexCA9F9E015161511d47
Octal3122372360252625135107
Binary11001010100111111001111001010110110101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9F9E; }

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

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

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

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

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

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

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

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