#CDAA94

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

Shades of Cashmere #CDAA94

Tints of Cashmere #CDAA94

Color information

#CDAA94 (or 0xCDAA94) is unknown color: approx Cashmere. HEX triplet: CD, AA and 94. RGB value is (205,170,148). Sum of RGB (Red+Green+Blue) = 205+170+148=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA94 is #32556B. Grayscale: #B2B2B2. Windows color (decimal): -3298668 or 9743053. OLE color: 9743053.

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

Color convert

RGB205170148-
CMYK00.170.280.20
HSL23.16º36.31%69.22%-
HSV(B)23.16º27.8%80.39%-
XYZ44.943.8734.12-
YUV177.96111.1147.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=39.20%
G=32.50%
B=28.30%

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
Decimal20517014800.170.280.2023.1636.3169.22
HexCDAA940111C14172445
Octal31525222402134242744105
Binary1100110110101010100101000100011110010100101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAA94; }

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

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

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

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

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

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

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

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