Shades of Cashmere #C8AD9A
Tints of Cashmere #C8AD9A
RGB
CMYK
RGB Variations
Color information
#C8AD9A (or 0xC8AD9A) is known color: Cashmere. HEX triplet: C8, AD and 9A. RGB value is (200,173,154). Sum of RGB (Red+Green+Blue) = 200+173+154=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD9A is #375265. Grayscale: #B3B3B3. Windows color (decimal): -3625574 or 10137032. OLE color: 10137032.
HSL color Cylindrical-coordinate representation of color #C8AD9A: hue angle of 24.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AD9A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 173 | 154 | - |
CMYK | 0 | 0.14 | 0.23 | 0.22 |
HSL | 24.78º | 0.29% | 0.69% | - |
HSV(B) | 24.78º | 0.23% | 0.78% | - |
XYZ | 44.6 | 44.5 | 36.81 | - |
YUV | 178.91 | 113.95 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 173 | 154 | 0 | 0.14 | 0.23 | 0.22 | 24.78 | 0.29 | 0.69 |
Hex | C8 | AD | 9A | 0 | E | 17 | 16 | 19 | 1D | 45 |
Octal | 310 | 255 | 232 | 0 | 16 | 27 | 26 | 31 | 35 | 105 |
Binary | 11001000 | 10101101 | 10011010 | 0 | 1110 | 10111 | 10110 | 11001 | 11101 | 1000101 |
Color Harmonies of #C8AD9A
Complementary color
Monochromatic Colors of #C8AD9A
Black with #C8AD9A
Text Example
Text Example
White with #C8AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD9A; }
p { color: rgb(200,173,154); }
H1.HeaderClassName
{
color: #C8AD9A;
}
.AnyTagClassName
{
color: #C8AD9A;
}
</style>
background-color css
<style>
a { background-color: #C8AD9A; }
a { background-color: rgb(200,173,154); }
div.DivClassName
{
background-color: #C8AD9A;
}
.BgClassName
{
background-color: #C8AD9A;
}
</style>
border-color css
<style>
span { border-color: #C8AD9A; }
span { border-color: rgb(200,173,154); }
td.TdClassName
{
border-color: #C8AD9A;
}
.TagClassName
{
border-color: #C8AD9A;
}
</style>