#CDAD9D

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

Shades of Cashmere #CDAD9D

Tints of Cashmere #CDAD9D

Color information

#CDAD9D (or 0xCDAD9D) is unknown color: approx Cashmere. HEX triplet: CD, AD and 9D. RGB value is (205,173,157). Sum of RGB (Red+Green+Blue) = 205+173+157=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD9D is #325262. Grayscale: #B4B4B4. Windows color (decimal): -3297891 or 10333645. OLE color: 10333645.

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

Color convert

RGB205173157-
CMYK00.160.230.20
HSL20º32.43%70.98%-
HSV(B)20º23.41%80.39%-
XYZ46.2145.338.21-
YUV180.74114.6145.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=38.32%
G=32.34%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517315700.160.230.202032.4370.98
HexCDAD9D0101714142047
Octal31525523502027242440107
Binary1100110110101101100111010100001011110100101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD9D; }

 p { color: rgb(205,173,157); }

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

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

 a { background-color: rgb(205,173,157); }

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

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

 span { border-color: rgb(205,173,157); }

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