Shades of Rose #CFA48F
Tints of Rose #CFA48F
RGB
CMYK
RGB Variations
Color information
#CFA48F (or 0xCFA48F) is known color: Rose. HEX triplet: CF, A4 and 8F. RGB value is (207,164,143). Sum of RGB (Red+Green+Blue) = 207+164+143=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA48F is #305B70. Grayscale: #AEAEAE. Windows color (decimal): -3169137 or 9413839. OLE color: 9413839.
HSL color Cylindrical-coordinate representation of color #CFA48F: hue angle of 19.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA48F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 143 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.19 |
| HSL | 19.69º | 0.4% | 0.69% | - |
| HSV(B) | 19.69º | 0.31% | 0.81% | - |
| XYZ | 43.97 | 41.8 | 31.74 | - |
| YUV | 174.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 143 | 0 | 0.21 | 0.31 | 0.19 | 19.69 | 0.4 | 0.69 |
| Hex | CF | A4 | 8F | 0 | 15 | 1F | 13 | 14 | 28 | 45 |
| Octal | 317 | 244 | 217 | 0 | 25 | 37 | 23 | 24 | 50 | 105 |
| Binary | 11001111 | 10100100 | 10001111 | 0 | 10101 | 11111 | 10011 | 10100 | 101000 | 1000101 |
Color Harmonies of #CFA48F
Complementary color
Monochromatic Colors of #CFA48F
Black with #CFA48F
Text Example
Text Example
White with #CFA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA48F; }
p { color: rgb(207,164,143); }
H1.HeaderClassName
{
color: #CFA48F;
}
.AnyTagClassName
{
color: #CFA48F;
}
</style>
background-color css
<style>
a { background-color: #CFA48F; }
a { background-color: rgb(207,164,143); }
div.DivClassName
{
background-color: #CFA48F;
}
.BgClassName
{
background-color: #CFA48F;
}
</style>
border-color css
<style>
span { border-color: #CFA48F; }
span { border-color: rgb(207,164,143); }
td.TdClassName
{
border-color: #CFA48F;
}
.TagClassName
{
border-color: #CFA48F;
}
</style>