Shades of Cashmere #C7AD9D
Tints of Cashmere #C7AD9D
RGB
CMYK
RGB Variations
Color information
#C7AD9D (or 0xC7AD9D) is known color: Cashmere. HEX triplet: C7, AD and 9D. RGB value is (199,173,157). Sum of RGB (Red+Green+Blue) = 199+173+157=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD9D is #385262. Grayscale: #B3B3B3. Windows color (decimal): -3691107 or 10333639. OLE color: 10333639.
HSL color Cylindrical-coordinate representation of color #C7AD9D: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7AD9D is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 173 | 157 | - |
CMYK | 0 | 0.13 | 0.21 | 0.22 |
HSL | 22.86º | 0.27% | 0.7% | - |
HSV(B) | 22.86º | 0.21% | 0.78% | - |
XYZ | 44.58 | 44.46 | 38.13 | - |
YUV | 178.95 | 115.61 | 142.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 173 | 157 | 0 | 0.13 | 0.21 | 0.22 | 22.86 | 0.27 | 0.7 |
Hex | C7 | AD | 9D | 0 | D | 15 | 16 | 17 | 1B | 46 |
Octal | 307 | 255 | 235 | 0 | 15 | 25 | 26 | 27 | 33 | 106 |
Binary | 11000111 | 10101101 | 10011101 | 0 | 1101 | 10101 | 10110 | 10111 | 11011 | 1000110 |
Color Harmonies of #C7AD9D
Complementary color
Monochromatic Colors of #C7AD9D
Black with #C7AD9D
Text Example
Text Example
White with #C7AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD9D; }
p { color: rgb(199,173,157); }
H1.HeaderClassName
{
color: #C7AD9D;
}
.AnyTagClassName
{
color: #C7AD9D;
}
</style>
background-color css
<style>
a { background-color: #C7AD9D; }
a { background-color: rgb(199,173,157); }
div.DivClassName
{
background-color: #C7AD9D;
}
.BgClassName
{
background-color: #C7AD9D;
}
</style>
border-color css
<style>
span { border-color: #C7AD9D; }
span { border-color: rgb(199,173,157); }
td.TdClassName
{
border-color: #C7AD9D;
}
.TagClassName
{
border-color: #C7AD9D;
}
</style>