#CDAE97

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

Shades of Cashmere #CDAE97

Tints of Cashmere #CDAE97

Color information

#CDAE97 (or 0xCDAE97) is unknown color: approx Cashmere. HEX triplet: CD, AE and 97. RGB value is (205,174,151). Sum of RGB (Red+Green+Blue) = 205+174+151=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE97 is #325168. Grayscale: #B4B4B4. Windows color (decimal): -3297641 or 9940685. OLE color: 9940685.

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

Color convert

RGB205174151-
CMYK00.150.260.20
HSL25.56º35.06%69.8%-
HSV(B)25.56º26.34%80.39%-
XYZ45.945.4935.64-
YUV180.65111.27145.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=38.68%
G=32.83%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517415100.150.260.2025.5635.0669.8
HexCDAE970F1A141a2346
Octal31525622701732243243106
Binary110011011010111010010111011111101010100110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE97; }

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

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

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

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

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

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

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

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