Shades of Rose #CFA095
Tints of Rose #CFA095
RGB
CMYK
RGB Variations
Color information
#CFA095 (or 0xCFA095) is known color: Rose. HEX triplet: CF, A0 and 95. RGB value is (207,160,149). Sum of RGB (Red+Green+Blue) = 207+160+149=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA095 is #305F6A. Grayscale: #ACACAC. Windows color (decimal): -3170155 or 9806031. OLE color: 9806031.
HSL color Cylindrical-coordinate representation of color #CFA095: hue angle of 11.38º degrees, saturation: 0.38, 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 #CFA095 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 149 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.19 |
| HSL | 11.38º | 0.38% | 0.7% | - |
| HSV(B) | 11.38º | 0.28% | 0.81% | - |
| XYZ | 43.73 | 40.58 | 33.96 | - |
| YUV | 172.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 149 | 0 | 0.23 | 0.28 | 0.19 | 11.38 | 0.38 | 0.7 |
| Hex | CF | A0 | 95 | 0 | 17 | 1C | 13 | B | 26 | 46 |
| Octal | 317 | 240 | 225 | 0 | 27 | 34 | 23 | 13 | 46 | 106 |
| Binary | 11001111 | 10100000 | 10010101 | 0 | 10111 | 11100 | 10011 | 1011 | 100110 | 1000110 |
Color Harmonies of #CFA095
Complementary color
Monochromatic Colors of #CFA095
Black with #CFA095
Text Example
Text Example
White with #CFA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA095; }
p { color: rgb(207,160,149); }
H1.HeaderClassName
{
color: #CFA095;
}
.AnyTagClassName
{
color: #CFA095;
}
</style>
background-color css
<style>
a { background-color: #CFA095; }
a { background-color: rgb(207,160,149); }
div.DivClassName
{
background-color: #CFA095;
}
.BgClassName
{
background-color: #CFA095;
}
</style>
border-color css
<style>
span { border-color: #CFA095; }
span { border-color: rgb(207,160,149); }
td.TdClassName
{
border-color: #CFA095;
}
.TagClassName
{
border-color: #CFA095;
}
</style>