Shades of Rose #CFA390
Tints of Rose #CFA390
RGB
CMYK
RGB Variations
Color information
#CFA390 (or 0xCFA390) is known color: Rose. HEX triplet: CF, A3 and 90. RGB value is (207,163,144). Sum of RGB (Red+Green+Blue) = 207+163+144=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA390 is #305C6F. Grayscale: #AEAEAE. Windows color (decimal): -3169392 or 9479119. OLE color: 9479119.
HSL color Cylindrical-coordinate representation of color #CFA390: hue angle of 18.1º 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 #CFA390 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 144 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.19 |
| HSL | 18.1º | 0.4% | 0.69% | - |
| HSV(B) | 18.1º | 0.3% | 0.81% | - |
| XYZ | 43.86 | 41.47 | 32.08 | - |
| YUV | 173.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 144 | 0 | 0.21 | 0.30 | 0.19 | 18.1 | 0.4 | 0.69 |
| Hex | CF | A3 | 90 | 0 | 15 | 1E | 13 | 12 | 28 | 45 |
| Octal | 317 | 243 | 220 | 0 | 25 | 36 | 23 | 22 | 50 | 105 |
| Binary | 11001111 | 10100011 | 10010000 | 0 | 10101 | 11110 | 10011 | 10010 | 101000 | 1000101 |
Color Harmonies of #CFA390
Complementary color
Monochromatic Colors of #CFA390
Black with #CFA390
Text Example
Text Example
White with #CFA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA390; }
p { color: rgb(207,163,144); }
H1.HeaderClassName
{
color: #CFA390;
}
.AnyTagClassName
{
color: #CFA390;
}
</style>
background-color css
<style>
a { background-color: #CFA390; }
a { background-color: rgb(207,163,144); }
div.DivClassName
{
background-color: #CFA390;
}
.BgClassName
{
background-color: #CFA390;
}
</style>
border-color css
<style>
span { border-color: #CFA390; }
span { border-color: rgb(207,163,144); }
td.TdClassName
{
border-color: #CFA390;
}
.TagClassName
{
border-color: #CFA390;
}
</style>