#CDAA97

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

Shades of Cashmere #CDAA97

Tints of Cashmere #CDAA97

Color information

#CDAA97 (or 0xCDAA97) is unknown color: approx Cashmere. HEX triplet: CD, AA and 97. RGB value is (205,170,151). Sum of RGB (Red+Green+Blue) = 205+170+151=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA97 is #325568. Grayscale: #B2B2B2. Windows color (decimal): -3298665 or 9939661. OLE color: 9939661.

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

Color convert

RGB205170151-
CMYK00.170.260.20
HSL21.11º35.06%69.8%-
HSV(B)21.11º26.34%80.39%-
XYZ45.1443.9635.38-
YUV178.3112.6147.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=38.97%
G=32.32%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517015100.170.260.2021.1135.0669.8
HexCDAA970111A14152346
Octal31525222702132242543106
Binary1100110110101010100101110100011101010100101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA97; }

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

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

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

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

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

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

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

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