#CDAA96

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

Shades of Cashmere #CDAA96

Tints of Cashmere #CDAA96

Color information

#CDAA96 (or 0xCDAA96) is unknown color: approx Cashmere. HEX triplet: CD, AA and 96. RGB value is (205,170,150). Sum of RGB (Red+Green+Blue) = 205+170+150=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA96 is #325569. Grayscale: #B2B2B2. Windows color (decimal): -3298666 or 9874125. OLE color: 9874125.

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

Color convert

RGB205170150-
CMYK00.170.270.20
HSL21.82º35.48%69.61%-
HSV(B)21.82º26.83%80.39%-
XYZ45.0643.9334.96-
YUV178.18112.1147.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=39.05%
G=32.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517015000.170.270.2021.8235.4869.61
HexCDAA960111B14162346
Octal31525222602133242643106
Binary1100110110101010100101100100011101110100101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA96; }

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

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

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

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

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

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

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

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