Shades of Rose #CFA091
Tints of Rose #CFA091
RGB
CMYK
RGB Variations
Color information
#CFA091 (or 0xCFA091) is known color: Rose. HEX triplet: CF, A0 and 91. RGB value is (207,160,145). Sum of RGB (Red+Green+Blue) = 207+160+145=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA091 is #305F6E. Grayscale: #ACACAC. Windows color (decimal): -3170159 or 9543887. OLE color: 9543887.
HSL color Cylindrical-coordinate representation of color #CFA091: hue angle of 14.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA091 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 145 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.19 |
| HSL | 14.52º | 0.39% | 0.69% | - |
| HSV(B) | 14.52º | 0.3% | 0.81% | - |
| XYZ | 43.41 | 40.45 | 32.31 | - |
| YUV | 172.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 145 | 0 | 0.23 | 0.30 | 0.19 | 14.52 | 0.39 | 0.69 |
| Hex | CF | A0 | 91 | 0 | 17 | 1E | 13 | F | 27 | 45 |
| Octal | 317 | 240 | 221 | 0 | 27 | 36 | 23 | 17 | 47 | 105 |
| Binary | 11001111 | 10100000 | 10010001 | 0 | 10111 | 11110 | 10011 | 1111 | 100111 | 1000101 |
Color Harmonies of #CFA091
Complementary color
Monochromatic Colors of #CFA091
Black with #CFA091
Text Example
Text Example
White with #CFA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA091; }
p { color: rgb(207,160,145); }
H1.HeaderClassName
{
color: #CFA091;
}
.AnyTagClassName
{
color: #CFA091;
}
</style>
background-color css
<style>
a { background-color: #CFA091; }
a { background-color: rgb(207,160,145); }
div.DivClassName
{
background-color: #CFA091;
}
.BgClassName
{
background-color: #CFA091;
}
</style>
border-color css
<style>
span { border-color: #CFA091; }
span { border-color: rgb(207,160,145); }
td.TdClassName
{
border-color: #CFA091;
}
.TagClassName
{
border-color: #CFA091;
}
</style>