Shades of Rose #CFA996
Tints of Rose #CFA996
RGB
CMYK
RGB Variations
Color information
#CFA996 (or 0xCFA996) is known color: Rose. HEX triplet: CF, A9 and 96. RGB value is (207,169,150). Sum of RGB (Red+Green+Blue) = 207+169+150=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA996 is #305669. Grayscale: #B2B2B2. Windows color (decimal): -3167850 or 9873871. OLE color: 9873871.
HSL color Cylindrical-coordinate representation of color #CFA996: hue angle of 20º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFA996 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 150 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.19 |
| HSL | 20º | 0.37% | 0.7% | - |
| HSV(B) | 20º | 0.28% | 0.81% | - |
| XYZ | 45.43 | 43.84 | 34.92 | - |
| YUV | 178.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 150 | 0 | 0.18 | 0.28 | 0.19 | 20 | 0.37 | 0.7 |
| Hex | CF | A9 | 96 | 0 | 12 | 1C | 13 | 14 | 25 | 46 |
| Octal | 317 | 251 | 226 | 0 | 22 | 34 | 23 | 24 | 45 | 106 |
| Binary | 11001111 | 10101001 | 10010110 | 0 | 10010 | 11100 | 10011 | 10100 | 100101 | 1000110 |
Color Harmonies of #CFA996
Complementary color
Monochromatic Colors of #CFA996
Black with #CFA996
Text Example
Text Example
White with #CFA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA996; }
p { color: rgb(207,169,150); }
H1.HeaderClassName
{
color: #CFA996;
}
.AnyTagClassName
{
color: #CFA996;
}
</style>
background-color css
<style>
a { background-color: #CFA996; }
a { background-color: rgb(207,169,150); }
div.DivClassName
{
background-color: #CFA996;
}
.BgClassName
{
background-color: #CFA996;
}
</style>
border-color css
<style>
span { border-color: #CFA996; }
span { border-color: rgb(207,169,150); }
td.TdClassName
{
border-color: #CFA996;
}
.TagClassName
{
border-color: #CFA996;
}
</style>