Shades of Rose #CFA591
Tints of Rose #CFA591
RGB
CMYK
RGB Variations
Color information
#CFA591 (or 0xCFA591) is known color: Rose. HEX triplet: CF, A5 and 91. RGB value is (207,165,145). Sum of RGB (Red+Green+Blue) = 207+165+145=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA591 is #305A6E. Grayscale: #AFAFAF. Windows color (decimal): -3168879 or 9545167. OLE color: 9545167.
HSL color Cylindrical-coordinate representation of color #CFA591: hue angle of 19.35º 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 #CFA591 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 145 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.19 |
| HSL | 19.35º | 0.39% | 0.69% | - |
| HSV(B) | 19.35º | 0.3% | 0.81% | - |
| XYZ | 44.3 | 42.22 | 32.6 | - |
| YUV | 175.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 145 | 0 | 0.20 | 0.30 | 0.19 | 19.35 | 0.39 | 0.69 |
| Hex | CF | A5 | 91 | 0 | 14 | 1E | 13 | 13 | 27 | 45 |
| Octal | 317 | 245 | 221 | 0 | 24 | 36 | 23 | 23 | 47 | 105 |
| Binary | 11001111 | 10100101 | 10010001 | 0 | 10100 | 11110 | 10011 | 10011 | 100111 | 1000101 |
Color Harmonies of #CFA591
Complementary color
Monochromatic Colors of #CFA591
Black with #CFA591
Text Example
Text Example
White with #CFA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA591; }
p { color: rgb(207,165,145); }
H1.HeaderClassName
{
color: #CFA591;
}
.AnyTagClassName
{
color: #CFA591;
}
</style>
background-color css
<style>
a { background-color: #CFA591; }
a { background-color: rgb(207,165,145); }
div.DivClassName
{
background-color: #CFA591;
}
.BgClassName
{
background-color: #CFA591;
}
</style>
border-color css
<style>
span { border-color: #CFA591; }
span { border-color: rgb(207,165,145); }
td.TdClassName
{
border-color: #CFA591;
}
.TagClassName
{
border-color: #CFA591;
}
</style>