#CDA59C

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

Shades of Eunry #CDA59C

Tints of Eunry #CDA59C

Color information

#CDA59C (or 0xCDA59C) is unknown color: approx Eunry. HEX triplet: CD, A5 and 9C. RGB value is (205,165,156). Sum of RGB (Red+Green+Blue) = 205+165+156=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA59C is #325A63. Grayscale: #B0B0B0. Windows color (decimal): -3299940 or 10266061. OLE color: 10266061.

HSL color Cylindrical-coordinate representation of color #CDA59C: hue angle of 11.02º 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 #CDA59C is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205165156-
CMYK00.200.240.20
HSL11.02º32.89%70.78%-
HSV(B)11.02º23.9%80.39%-
XYZ44.6342.2937.26-
YUV175.93116.75148.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=38.97%
G=31.37%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516515600.200.240.2011.0232.8970.78
HexCDA59C0141814b2147
Octal31524523402430241341107
Binary110011011010010110011100010100110001010010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA59C; }

 p { color: rgb(205,165,156); }

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

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

 a { background-color: rgb(205,165,156); }

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

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

 span { border-color: rgb(205,165,156); }

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