#CDAD97

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

Shades of Cashmere #CDAD97

Tints of Cashmere #CDAD97

Color information

#CDAD97 (or 0xCDAD97) is unknown color: approx Cashmere. HEX triplet: CD, AD and 97. RGB value is (205,173,151). Sum of RGB (Red+Green+Blue) = 205+173+151=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAD97 is #325268. Grayscale: #B4B4B4. Windows color (decimal): -3297897 or 9940429. OLE color: 9940429.

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

Color convert

RGB205173151-
CMYK00.160.260.20
HSL24.44º35.06%69.8%-
HSV(B)24.44º26.34%80.39%-
XYZ45.7145.135.57-
YUV180.06111.6145.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=38.75%
G=32.70%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517315100.160.260.2024.4435.0669.8
HexCDAD970101A14182346
Octal31525522702032243043106
Binary1100110110101101100101110100001101010100110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD97; }

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

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

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

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

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

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

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

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