#CAA99B

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

Shades of Eunry #CAA99B

Tints of Eunry #CAA99B

Color information

#CAA99B (or 0xCAA99B) is unknown color: approx Eunry. HEX triplet: CA, A9 and 9B. RGB value is (202,169,155). Sum of RGB (Red+Green+Blue) = 202+169+155=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA99B is #355664. Grayscale: #B1B1B1. Windows color (decimal): -3495525 or 10201546. OLE color: 10201546.

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

Color convert

RGB202169155-
CMYK00.160.230.21
HSL17.87º30.72%70%-
HSV(B)17.87º23.27%79.22%-
XYZ44.4643.337.02-
YUV177.27115.43145.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=38.40%
G=32.13%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216915500.160.230.2117.8730.7270
HexCAA99B0101715121f46
Octal31225123302027252237106
Binary110010101010100110011011010000101111010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA99B; }

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

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

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

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

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

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

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

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