#CDAB97

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

Shades of Cashmere #CDAB97

Tints of Cashmere #CDAB97

Color information

#CDAB97 (or 0xCDAB97) is unknown color: approx Cashmere. HEX triplet: CD, AB and 97. RGB value is (205,171,151). Sum of RGB (Red+Green+Blue) = 205+171+151=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAB97 is #325468. Grayscale: #B3B3B3. Windows color (decimal): -3298409 or 9939917. OLE color: 9939917.

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

Color convert

RGB205171151-
CMYK00.170.260.20
HSL22.22º35.06%69.8%-
HSV(B)22.22º26.34%80.39%-
XYZ45.3344.3435.45-
YUV178.89112.26146.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=38.90%
G=32.45%
B=28.65%

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
Decimal20517115100.170.260.2022.2235.0669.8
HexCDAB970111A14162346
Octal31525322702132242643106
Binary1100110110101011100101110100011101010100101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAB97; }

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

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

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

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

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

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

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

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