Shades of Cashmere #C8AF9A
Tints of Cashmere #C8AF9A
RGB
CMYK
RGB Variations
Color information
#C8AF9A (or 0xC8AF9A) is known color: Cashmere. HEX triplet: C8, AF and 9A. RGB value is (200,175,154). Sum of RGB (Red+Green+Blue) = 200+175+154=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9A is #375065. Grayscale: #B4B4B4. Windows color (decimal): -3625062 or 10137544. OLE color: 10137544.
HSL color Cylindrical-coordinate representation of color #C8AF9A: hue angle of 27.39º 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 #C8AF9A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 175 | 154 | - |
CMYK | 0 | 0.12 | 0.23 | 0.22 |
HSL | 27.39º | 0.29% | 0.69% | - |
HSV(B) | 27.39º | 0.23% | 0.78% | - |
XYZ | 44.98 | 45.27 | 36.94 | - |
YUV | 180.08 | 113.28 | 142.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 175 | 154 | 0 | 0.12 | 0.23 | 0.22 | 27.39 | 0.29 | 0.69 |
Hex | C8 | AF | 9A | 0 | C | 17 | 16 | 1B | 1D | 45 |
Octal | 310 | 257 | 232 | 0 | 14 | 27 | 26 | 33 | 35 | 105 |
Binary | 11001000 | 10101111 | 10011010 | 0 | 1100 | 10111 | 10110 | 11011 | 11101 | 1000101 |
Color Harmonies of #C8AF9A
Complementary color
Monochromatic Colors of #C8AF9A
Black with #C8AF9A
Text Example
Text Example
White with #C8AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF9A; }
p { color: rgb(200,175,154); }
H1.HeaderClassName
{
color: #C8AF9A;
}
.AnyTagClassName
{
color: #C8AF9A;
}
</style>
background-color css
<style>
a { background-color: #C8AF9A; }
a { background-color: rgb(200,175,154); }
div.DivClassName
{
background-color: #C8AF9A;
}
.BgClassName
{
background-color: #C8AF9A;
}
</style>
border-color css
<style>
span { border-color: #C8AF9A; }
span { border-color: rgb(200,175,154); }
td.TdClassName
{
border-color: #C8AF9A;
}
.TagClassName
{
border-color: #C8AF9A;
}
</style>