Shades of Rose #CF9D91
Tints of Rose #CF9D91
RGB
CMYK
RGB Variations
Color information
#CF9D91 (or 0xCF9D91) is known color: Rose. HEX triplet: CF, 9D and 91. RGB value is (207,157,145). Sum of RGB (Red+Green+Blue) = 207+157+145=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D91 is #30626E. Grayscale: #AAAAAA. Windows color (decimal): -3170927 or 9543119. OLE color: 9543119.
HSL color Cylindrical-coordinate representation of color #CF9D91: hue angle of 11.61º degrees, saturation: 0.39, 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 #CF9D91 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 145 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.19 |
| HSL | 11.61º | 0.39% | 0.69% | - |
| HSV(B) | 11.61º | 0.3% | 0.81% | - |
| XYZ | 42.9 | 39.42 | 32.14 | - |
| YUV | 170.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 145 | 0 | 0.24 | 0.30 | 0.19 | 11.61 | 0.39 | 0.69 |
| Hex | CF | 9D | 91 | 0 | 18 | 1E | 13 | C | 27 | 45 |
| Octal | 317 | 235 | 221 | 0 | 30 | 36 | 23 | 14 | 47 | 105 |
| Binary | 11001111 | 10011101 | 10010001 | 0 | 11000 | 11110 | 10011 | 1100 | 100111 | 1000101 |
Color Harmonies of #CF9D91
Complementary color
Monochromatic Colors of #CF9D91
Black with #CF9D91
Text Example
Text Example
White with #CF9D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D91; }
p { color: rgb(207,157,145); }
H1.HeaderClassName
{
color: #CF9D91;
}
.AnyTagClassName
{
color: #CF9D91;
}
</style>
background-color css
<style>
a { background-color: #CF9D91; }
a { background-color: rgb(207,157,145); }
div.DivClassName
{
background-color: #CF9D91;
}
.BgClassName
{
background-color: #CF9D91;
}
</style>
border-color css
<style>
span { border-color: #CF9D91; }
span { border-color: rgb(207,157,145); }
td.TdClassName
{
border-color: #CF9D91;
}
.TagClassName
{
border-color: #CF9D91;
}
</style>