#CAA898

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

Shades of Eunry #CAA898

Tints of Eunry #CAA898

Color information

#CAA898 (or 0xCAA898) is unknown color: approx Eunry. HEX triplet: CA, A8 and 98. RGB value is (202,168,152). Sum of RGB (Red+Green+Blue) = 202+168+152=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA898 is #355767. Grayscale: #B0B0B0. Windows color (decimal): -3495784 or 10004682. OLE color: 10004682.

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

Color convert

RGB202168152-
CMYK00.170.250.21
HSL19.2º32.05%69.41%-
HSV(B)19.2º24.75%79.22%-
XYZ44.0342.8335.65-
YUV176.34114.26146.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=38.70%
G=32.18%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216815200.170.250.2119.232.0569.41
HexCAA8980111915132045
Octal31225023002131252340105
Binary1100101010101000100110000100011100110101100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA898; }

 p { color: rgb(202,168,152); }

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

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

 a { background-color: rgb(202,168,152); }

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

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

 span { border-color: rgb(202,168,152); }

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