Shades of Rose #CFA196
Tints of Rose #CFA196
RGB
CMYK
RGB Variations
Color information
#CFA196 (or 0xCFA196) is known color: Rose. HEX triplet: CF, A1 and 96. RGB value is (207,161,150). Sum of RGB (Red+Green+Blue) = 207+161+150=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA196 is #305E69. Grayscale: #ADADAD. Windows color (decimal): -3169898 or 9871823. OLE color: 9871823.
HSL color Cylindrical-coordinate representation of color #CFA196: hue angle of 11.58º 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 #CFA196 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 150 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.19 |
| HSL | 11.58º | 0.37% | 0.7% | - |
| HSV(B) | 11.58º | 0.28% | 0.81% | - |
| XYZ | 43.98 | 40.96 | 34.44 | - |
| YUV | 173.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 150 | 0 | 0.22 | 0.28 | 0.19 | 11.58 | 0.37 | 0.7 |
| Hex | CF | A1 | 96 | 0 | 16 | 1C | 13 | C | 25 | 46 |
| Octal | 317 | 241 | 226 | 0 | 26 | 34 | 23 | 14 | 45 | 106 |
| Binary | 11001111 | 10100001 | 10010110 | 0 | 10110 | 11100 | 10011 | 1100 | 100101 | 1000110 |
Color Harmonies of #CFA196
Complementary color
Monochromatic Colors of #CFA196
Black with #CFA196
Text Example
Text Example
White with #CFA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA196; }
p { color: rgb(207,161,150); }
H1.HeaderClassName
{
color: #CFA196;
}
.AnyTagClassName
{
color: #CFA196;
}
</style>
background-color css
<style>
a { background-color: #CFA196; }
a { background-color: rgb(207,161,150); }
div.DivClassName
{
background-color: #CFA196;
}
.BgClassName
{
background-color: #CFA196;
}
</style>
border-color css
<style>
span { border-color: #CFA196; }
span { border-color: rgb(207,161,150); }
td.TdClassName
{
border-color: #CFA196;
}
.TagClassName
{
border-color: #CFA196;
}
</style>