#CDAA9B

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

Shades of Eunry #CDAA9B

Tints of Eunry #CDAA9B

Color information

#CDAA9B (or 0xCDAA9B) is unknown color: approx Eunry. HEX triplet: CD, AA and 9B. RGB value is (205,170,155). Sum of RGB (Red+Green+Blue) = 205+170+155=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA9B is #325564. Grayscale: #B2B2B2. Windows color (decimal): -3298661 or 10201805. OLE color: 10201805.

HSL color Cylindrical-coordinate representation of color #CDAA9B: hue angle of 18º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDAA9B is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205170155-
CMYK00.170.240.20
HSL18º33.33%70.59%-
HSV(B)18º24.39%80.39%-
XYZ45.4744.137.13-
YUV178.76114.6146.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=38.68%
G=32.08%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517015500.170.240.201833.3370.59
HexCDAA9B0111814122147
Octal31525223302130242241107
Binary1100110110101010100110110100011100010100100101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA9B; }

 p { color: rgb(205,170,155); }

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

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

 a { background-color: rgb(205,170,155); }

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

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

 span { border-color: rgb(205,170,155); }

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