Shades of Rose #CF9B8D
Tints of Rose #CF9B8D
RGB
CMYK
RGB Variations
Color information
#CF9B8D (or 0xCF9B8D) is known color: Rose. HEX triplet: CF, 9B and 8D. RGB value is (207,155,141). Sum of RGB (Red+Green+Blue) = 207+155+141=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B8D is #306472. Grayscale: #A9A9A9. Windows color (decimal): -3171443 or 9280463. OLE color: 9280463.
HSL color Cylindrical-coordinate representation of color #CF9B8D: hue angle of 12.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9B8D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 141 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.19 |
| HSL | 12.73º | 0.41% | 0.68% | - |
| HSV(B) | 12.73º | 0.32% | 0.81% | - |
| XYZ | 42.26 | 38.63 | 30.43 | - |
| YUV | 168.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 141 | 0 | 0.25 | 0.32 | 0.19 | 12.73 | 0.41 | 0.68 |
| Hex | CF | 9B | 8D | 0 | 19 | 20 | 13 | D | 29 | 44 |
| Octal | 317 | 233 | 215 | 0 | 31 | 40 | 23 | 15 | 51 | 104 |
| Binary | 11001111 | 10011011 | 10001101 | 0 | 11001 | 100000 | 10011 | 1101 | 101001 | 1000100 |
Color Harmonies of #CF9B8D
Complementary color
Monochromatic Colors of #CF9B8D
Black with #CF9B8D
Text Example
Text Example
White with #CF9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B8D; }
p { color: rgb(207,155,141); }
H1.HeaderClassName
{
color: #CF9B8D;
}
.AnyTagClassName
{
color: #CF9B8D;
}
</style>
background-color css
<style>
a { background-color: #CF9B8D; }
a { background-color: rgb(207,155,141); }
div.DivClassName
{
background-color: #CF9B8D;
}
.BgClassName
{
background-color: #CF9B8D;
}
</style>
border-color css
<style>
span { border-color: #CF9B8D; }
span { border-color: rgb(207,155,141); }
td.TdClassName
{
border-color: #CF9B8D;
}
.TagClassName
{
border-color: #CF9B8D;
}
</style>