#CDAF9B

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

Shades of Cashmere #CDAF9B

Tints of Cashmere #CDAF9B

Color information

#CDAF9B (or 0xCDAF9B) is unknown color: approx Cashmere. HEX triplet: CD, AF and 9B. RGB value is (205,175,155). Sum of RGB (Red+Green+Blue) = 205+175+155=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF9B is #325064. Grayscale: #B5B5B5. Windows color (decimal): -3297381 or 10203085. OLE color: 10203085.

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

Color convert

RGB205175155-
CMYK00.150.240.20
HSL24º33.33%70.59%-
HSV(B)24º24.39%80.39%-
XYZ46.4246.0137.44-
YUV181.69112.94144.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=38.32%
G=32.71%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517515500.150.240.202433.3370.59
HexCDAF9B0F1814182147
Octal31525723301730243041107
Binary110011011010111110011011011111100010100110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF9B; }

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

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

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

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

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

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

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

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