Shades of Rose #CFA190
Tints of Rose #CFA190
RGB
CMYK
RGB Variations
Color information
#CFA190 (or 0xCFA190) is known color: Rose. HEX triplet: CF, A1 and 90. RGB value is (207,161,144). Sum of RGB (Red+Green+Blue) = 207+161+144=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA190 is #305E6F. Grayscale: #ACACAC. Windows color (decimal): -3169904 or 9478607. OLE color: 9478607.
HSL color Cylindrical-coordinate representation of color #CFA190: hue angle of 16.19º 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 #CFA190 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 144 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.19 |
| HSL | 16.19º | 0.4% | 0.69% | - |
| HSV(B) | 16.19º | 0.3% | 0.81% | - |
| XYZ | 43.51 | 40.77 | 31.96 | - |
| YUV | 172.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 144 | 0 | 0.22 | 0.30 | 0.19 | 16.19 | 0.4 | 0.69 |
| Hex | CF | A1 | 90 | 0 | 16 | 1E | 13 | 10 | 28 | 45 |
| Octal | 317 | 241 | 220 | 0 | 26 | 36 | 23 | 20 | 50 | 105 |
| Binary | 11001111 | 10100001 | 10010000 | 0 | 10110 | 11110 | 10011 | 10000 | 101000 | 1000101 |
Color Harmonies of #CFA190
Complementary color
Monochromatic Colors of #CFA190
Black with #CFA190
Text Example
Text Example
White with #CFA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA190; }
p { color: rgb(207,161,144); }
H1.HeaderClassName
{
color: #CFA190;
}
.AnyTagClassName
{
color: #CFA190;
}
</style>
background-color css
<style>
a { background-color: #CFA190; }
a { background-color: rgb(207,161,144); }
div.DivClassName
{
background-color: #CFA190;
}
.BgClassName
{
background-color: #CFA190;
}
</style>
border-color css
<style>
span { border-color: #CFA190; }
span { border-color: rgb(207,161,144); }
td.TdClassName
{
border-color: #CFA190;
}
.TagClassName
{
border-color: #CFA190;
}
</style>