#CDAB9F

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

Shades of Eunry #CDAB9F

Tints of Eunry #CDAB9F

Color information

#CDAB9F (or 0xCDAB9F) is unknown color: approx Eunry. HEX triplet: CD, AB and 9F. RGB value is (205,171,159). Sum of RGB (Red+Green+Blue) = 205+171+159=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB9F is #325460. Grayscale: #B3B3B3. Windows color (decimal): -3298401 or 10464205. OLE color: 10464205.

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

Color convert

RGB205171159-
CMYK00.170.220.20
HSL15.65º31.51%71.37%-
HSV(B)15.65º22.44%80.39%-
XYZ4644.6138.99-
YUV179.8116.26145.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=38.32%
G=31.96%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517115900.170.220.2015.6531.5171.37
HexCDAB9F0111614102047
Octal31525323702126242040107
Binary1100110110101011100111110100011011010100100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB9F; }

 p { color: rgb(205,171,159); }

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

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

 a { background-color: rgb(205,171,159); }

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

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

 span { border-color: rgb(205,171,159); }

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