Shades of Rose #CF9A8E
Tints of Rose #CF9A8E
RGB
CMYK
RGB Variations
Color information
#CF9A8E (or 0xCF9A8E) is known color: Rose. HEX triplet: CF, 9A and 8E. RGB value is (207,154,142). Sum of RGB (Red+Green+Blue) = 207+154+142=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A8E is #306571. Grayscale: #A8A8A8. Windows color (decimal): -3171698 or 9345743. OLE color: 9345743.
HSL color Cylindrical-coordinate representation of color #CF9A8E: hue angle of 11.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9A8E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 142 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.19 |
| HSL | 11.08º | 0.4% | 0.68% | - |
| HSV(B) | 11.08º | 0.31% | 0.81% | - |
| XYZ | 42.17 | 38.33 | 30.77 | - |
| YUV | 168.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 142 | 0 | 0.26 | 0.31 | 0.19 | 11.08 | 0.4 | 0.68 |
| Hex | CF | 9A | 8E | 0 | 1A | 1F | 13 | B | 28 | 44 |
| Octal | 317 | 232 | 216 | 0 | 32 | 37 | 23 | 13 | 50 | 104 |
| Binary | 11001111 | 10011010 | 10001110 | 0 | 11010 | 11111 | 10011 | 1011 | 101000 | 1000100 |
Color Harmonies of #CF9A8E
Complementary color
Monochromatic Colors of #CF9A8E
Black with #CF9A8E
Text Example
Text Example
White with #CF9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A8E; }
p { color: rgb(207,154,142); }
H1.HeaderClassName
{
color: #CF9A8E;
}
.AnyTagClassName
{
color: #CF9A8E;
}
</style>
background-color css
<style>
a { background-color: #CF9A8E; }
a { background-color: rgb(207,154,142); }
div.DivClassName
{
background-color: #CF9A8E;
}
.BgClassName
{
background-color: #CF9A8E;
}
</style>
border-color css
<style>
span { border-color: #CF9A8E; }
span { border-color: rgb(207,154,142); }
td.TdClassName
{
border-color: #CF9A8E;
}
.TagClassName
{
border-color: #CF9A8E;
}
</style>