#CDA899

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

Shades of Eunry #CDA899

Tints of Eunry #CDA899

Color information

#CDA899 (or 0xCDA899) is unknown color: approx Eunry. HEX triplet: CD, A8 and 99. RGB value is (205,168,153). Sum of RGB (Red+Green+Blue) = 205+168+153=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA899 is #325766. Grayscale: #B1B1B1. Windows color (decimal): -3299175 or 10070221. OLE color: 10070221.

HSL color Cylindrical-coordinate representation of color #CDA899: hue angle of 17.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA899 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205168153-
CMYK00.180.250.20
HSL17.31º34.21%70.2%-
HSV(B)17.31º25.37%80.39%-
XYZ44.9343.2836.12-
YUV177.35114.26147.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=38.97%
G=31.94%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516815300.180.250.2017.3134.2170.2
HexCDA8990121914112246
Octal31525023102231242142106
Binary1100110110101000100110010100101100110100100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA899; }

 p { color: rgb(205,168,153); }

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

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

 a { background-color: rgb(205,168,153); }

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

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

 span { border-color: rgb(205,168,153); }

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