#CDAC9B

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

Shades of Cashmere #CDAC9B

Tints of Cashmere #CDAC9B

Color information

#CDAC9B (or 0xCDAC9B) is unknown color: approx Cashmere. HEX triplet: CD, AC and 9B. RGB value is (205,172,155). Sum of RGB (Red+Green+Blue) = 205+172+155=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAC9B is #325364. Grayscale: #B4B4B4. Windows color (decimal): -3298149 or 10202317. OLE color: 10202317.

HSL color Cylindrical-coordinate representation of color #CDAC9B: hue angle of 20.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDAC9B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB205172155-
CMYK00.160.240.20
HSL20.4º33.33%70.59%-
HSV(B)20.4º24.39%80.39%-
XYZ45.8544.8537.25-
YUV179.93113.93145.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=38.53%
G=32.33%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517215500.160.240.2020.433.3370.59
HexCDAC9B0101814142147
Octal31525423302030242441107
Binary1100110110101100100110110100001100010100101001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAC9B; }

 p { color: rgb(205,172,155); }

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

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

 a { background-color: rgb(205,172,155); }

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

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

 span { border-color: rgb(205,172,155); }

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