#CDAE9E

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

Shades of Cashmere #CDAE9E

Tints of Cashmere #CDAE9E

Color information

#CDAE9E (or 0xCDAE9E) is unknown color: approx Cashmere. HEX triplet: CD, AE and 9E. RGB value is (205,174,158). Sum of RGB (Red+Green+Blue) = 205+174+158=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE9E is #325161. Grayscale: #B5B5B5. Windows color (decimal): -3297634 or 10399437. OLE color: 10399437.

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

Color convert

RGB205174158-
CMYK00.150.230.20
HSL20.43º31.97%71.18%-
HSV(B)20.43º22.93%80.39%-
XYZ46.4845.7238.72-
YUV181.44114.77144.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=38.18%
G=32.40%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415800.150.230.2020.4331.9771.18
HexCDAE9E0F1714142047
Octal31525623601727242440107
Binary110011011010111010011110011111011110100101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE9E; }

 p { color: rgb(205,174,158); }

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

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

 a { background-color: rgb(205,174,158); }

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

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

 span { border-color: rgb(205,174,158); }

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