#CAA19B

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

Shades of Eunry #CAA19B

Tints of Eunry #CAA19B

Color information

#CAA19B (or 0xCAA19B) is unknown color: approx Eunry. HEX triplet: CA, A1 and 9B. RGB value is (202,161,155). Sum of RGB (Red+Green+Blue) = 202+161+155=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA19B is #355E64. Grayscale: #ACACAC. Windows color (decimal): -3497573 or 10199498. OLE color: 10199498.

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

Color convert

RGB202161155-
CMYK00.200.230.21
HSL7.66º30.72%70%-
HSV(B)7.66º23.27%79.22%-
XYZ43.0240.4136.54-
YUV172.58118.08148.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=39.00%
G=31.08%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216115500.200.230.217.6630.7270
HexCAA19B014171581f46
Octal31224123302427251037106
Binary11001010101000011001101101010010111101011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA19B; }

 p { color: rgb(202,161,155); }

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

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

 a { background-color: rgb(202,161,155); }

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

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

 span { border-color: rgb(202,161,155); }

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