Shades of Cashmere #CDAF9D
Tints of Cashmere #CDAF9D
RGB
CMYK
RGB Variations
Color information
#CDAF9D (or 0xCDAF9D) is known color: Cashmere. HEX triplet: CD, AF and 9D. RGB value is (205,175,157). Sum of RGB (Red+Green+Blue) = 205+175+157=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF9D is #325062. Grayscale: #B6B6B6. Windows color (decimal): -3297379 or 10334157. OLE color: 10334157.
HSL color Cylindrical-coordinate representation of color #CDAF9D: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAF9D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 175 | 157 | - |
CMYK | 0 | 0.15 | 0.23 | 0.20 |
HSL | 22.5º | 0.32% | 0.71% | - |
HSV(B) | 22.5º | 0.23% | 0.8% | - |
XYZ | 46.59 | 46.07 | 38.34 | - |
YUV | 181.92 | 113.94 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 175 | 157 | 0 | 0.15 | 0.23 | 0.20 | 22.5 | 0.32 | 0.71 |
Hex | CD | AF | 9D | 0 | F | 17 | 14 | 16 | 20 | 47 |
Octal | 315 | 257 | 235 | 0 | 17 | 27 | 24 | 26 | 40 | 107 |
Binary | 11001101 | 10101111 | 10011101 | 0 | 1111 | 10111 | 10100 | 10110 | 100000 | 1000111 |
Color Harmonies of #CDAF9D
Complementary color
Monochromatic Colors of #CDAF9D
Black with #CDAF9D
Text Example
Text Example
White with #CDAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF9D; }
p { color: rgb(205,175,157); }
H1.HeaderClassName
{
color: #CDAF9D;
}
.AnyTagClassName
{
color: #CDAF9D;
}
</style>
background-color css
<style>
a { background-color: #CDAF9D; }
a { background-color: rgb(205,175,157); }
div.DivClassName
{
background-color: #CDAF9D;
}
.BgClassName
{
background-color: #CDAF9D;
}
</style>
border-color css
<style>
span { border-color: #CDAF9D; }
span { border-color: rgb(205,175,157); }
td.TdClassName
{
border-color: #CDAF9D;
}
.TagClassName
{
border-color: #CDAF9D;
}
</style>