#CDAA93

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

Shades of Cashmere #CDAA93

Tints of Cashmere #CDAA93

Color information

#CDAA93 (or 0xCDAA93) is unknown color: approx Cashmere. HEX triplet: CD, AA and 93. RGB value is (205,170,147). Sum of RGB (Red+Green+Blue) = 205+170+147=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA93 is #32556C. Grayscale: #B1B1B1. Windows color (decimal): -3298669 or 9677517. OLE color: 9677517.

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

Color convert

RGB205170147-
CMYK00.170.280.20
HSL23.79º36.71%69.02%-
HSV(B)23.79º28.29%80.39%-
XYZ44.8243.8433.7-
YUV177.84110.6147.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=39.27%
G=32.57%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517014700.170.280.2023.7936.7169.02
HexCDAA930111C14182545
Octal31525222302134243045105
Binary1100110110101010100100110100011110010100110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA93; }

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

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

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

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

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

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

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

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