Shades of Cashmere #CFAE92
Tints of Cashmere #CFAE92
RGB
CMYK
RGB Variations
Color information
#CFAE92 (or 0xCFAE92) is known color: Cashmere. HEX triplet: CF, AE and 92. RGB value is (207,174,146). Sum of RGB (Red+Green+Blue) = 207+174+146=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE92 is #30516D. Grayscale: #B4B4B4. Windows color (decimal): -3166574 or 9613007. OLE color: 9613007.
HSL color Cylindrical-coordinate representation of color #CFAE92: hue angle of 27.54º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAE92 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 146 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.19 |
| HSL | 27.54º | 0.39% | 0.69% | - |
| HSV(B) | 27.54º | 0.29% | 0.81% | - |
| XYZ | 46.06 | 45.61 | 33.57 | - |
| YUV | 180.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 146 | 0 | 0.16 | 0.29 | 0.19 | 27.54 | 0.39 | 0.69 |
| Hex | CF | AE | 92 | 0 | 10 | 1D | 13 | 1C | 27 | 45 |
| Octal | 317 | 256 | 222 | 0 | 20 | 35 | 23 | 34 | 47 | 105 |
| Binary | 11001111 | 10101110 | 10010010 | 0 | 10000 | 11101 | 10011 | 11100 | 100111 | 1000101 |
Color Harmonies of #CFAE92
Complementary color
Monochromatic Colors of #CFAE92
Black with #CFAE92
Text Example
Text Example
White with #CFAE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE92; }
p { color: rgb(207,174,146); }
H1.HeaderClassName
{
color: #CFAE92;
}
.AnyTagClassName
{
color: #CFAE92;
}
</style>
background-color css
<style>
a { background-color: #CFAE92; }
a { background-color: rgb(207,174,146); }
div.DivClassName
{
background-color: #CFAE92;
}
.BgClassName
{
background-color: #CFAE92;
}
</style>
border-color css
<style>
span { border-color: #CFAE92; }
span { border-color: rgb(207,174,146); }
td.TdClassName
{
border-color: #CFAE92;
}
.TagClassName
{
border-color: #CFAE92;
}
</style>