#CAA798

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

Shades of Eunry #CAA798

Tints of Eunry #CAA798

Color information

#CAA798 (or 0xCAA798) is unknown color: approx Eunry. HEX triplet: CA, A7 and 98. RGB value is (202,167,152). Sum of RGB (Red+Green+Blue) = 202+167+152=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA798 is #355867. Grayscale: #AFAFAF. Windows color (decimal): -3496040 or 10004426. OLE color: 10004426.

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

Color convert

RGB202167152-
CMYK00.170.250.21
HSL18º32.05%69.41%-
HSV(B)18º24.75%79.22%-
XYZ43.8442.4635.59-
YUV175.76114.6146.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=38.77%
G=32.05%
B=29.17%

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
Decimal20216715200.170.250.211832.0569.41
HexCAA7980111915122045
Octal31224723002131252240105
Binary1100101010100111100110000100011100110101100101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA798; }

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

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

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

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

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

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

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

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