Shades of Rose #CFA590
Tints of Rose #CFA590
RGB
CMYK
RGB Variations
Color information
#CFA590 (or 0xCFA590) is known color: Rose. HEX triplet: CF, A5 and 90. RGB value is (207,165,144). Sum of RGB (Red+Green+Blue) = 207+165+144=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA590 is #305A6F. Grayscale: #AFAFAF. Windows color (decimal): -3168880 or 9479631. OLE color: 9479631.
HSL color Cylindrical-coordinate representation of color #CFA590: hue angle of 20º degrees, saturation: 0.4, 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 #CFA590 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 144 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.19 |
| HSL | 20º | 0.4% | 0.69% | - |
| HSV(B) | 20º | 0.3% | 0.81% | - |
| XYZ | 44.22 | 42.19 | 32.2 | - |
| YUV | 175.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 144 | 0 | 0.20 | 0.30 | 0.19 | 20 | 0.4 | 0.69 |
| Hex | CF | A5 | 90 | 0 | 14 | 1E | 13 | 14 | 28 | 45 |
| Octal | 317 | 245 | 220 | 0 | 24 | 36 | 23 | 24 | 50 | 105 |
| Binary | 11001111 | 10100101 | 10010000 | 0 | 10100 | 11110 | 10011 | 10100 | 101000 | 1000101 |
Color Harmonies of #CFA590
Complementary color
Monochromatic Colors of #CFA590
Black with #CFA590
Text Example
Text Example
White with #CFA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA590; }
p { color: rgb(207,165,144); }
H1.HeaderClassName
{
color: #CFA590;
}
.AnyTagClassName
{
color: #CFA590;
}
</style>
background-color css
<style>
a { background-color: #CFA590; }
a { background-color: rgb(207,165,144); }
div.DivClassName
{
background-color: #CFA590;
}
.BgClassName
{
background-color: #CFA590;
}
</style>
border-color css
<style>
span { border-color: #CFA590; }
span { border-color: rgb(207,165,144); }
td.TdClassName
{
border-color: #CFA590;
}
.TagClassName
{
border-color: #CFA590;
}
</style>