#CDAE9C

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

Shades of Cashmere #CDAE9C

Tints of Cashmere #CDAE9C

Color information

#CDAE9C (or 0xCDAE9C) is unknown color: approx Cashmere. HEX triplet: CD, AE and 9C. RGB value is (205,174,156). Sum of RGB (Red+Green+Blue) = 205+174+156=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE9C is #325163. Grayscale: #B5B5B5. Windows color (decimal): -3297636 or 10268365. OLE color: 10268365.

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

Color convert

RGB205174156-
CMYK00.150.240.20
HSL22.04º32.89%70.78%-
HSV(B)22.04º23.9%80.39%-
XYZ46.3145.6537.82-
YUV181.22113.77144.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=38.32%
G=32.52%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415600.150.240.2022.0432.8970.78
HexCDAE9C0F1814162147
Octal31525623401730242641107
Binary110011011010111010011100011111100010100101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE9C; }

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

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

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

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

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

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

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

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