Shades of Rose #CF9B91
Tints of Rose #CF9B91
RGB
CMYK
RGB Variations
Color information
#CF9B91 (or 0xCF9B91) is known color: Rose. HEX triplet: CF, 9B and 91. RGB value is (207,155,145). Sum of RGB (Red+Green+Blue) = 207+155+145=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B91 is #30646E. Grayscale: #A9A9A9. Windows color (decimal): -3171439 or 9542607. OLE color: 9542607.
HSL color Cylindrical-coordinate representation of color #CF9B91: hue angle of 9.68º 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 #CF9B91 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 145 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.19 |
| HSL | 9.68º | 0.39% | 0.69% | - |
| HSV(B) | 9.68º | 0.3% | 0.81% | - |
| XYZ | 42.56 | 38.75 | 32.02 | - |
| YUV | 169.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 145 | 0 | 0.25 | 0.30 | 0.19 | 9.68 | 0.39 | 0.69 |
| Hex | CF | 9B | 91 | 0 | 19 | 1E | 13 | A | 27 | 45 |
| Octal | 317 | 233 | 221 | 0 | 31 | 36 | 23 | 12 | 47 | 105 |
| Binary | 11001111 | 10011011 | 10010001 | 0 | 11001 | 11110 | 10011 | 1010 | 100111 | 1000101 |
Color Harmonies of #CF9B91
Complementary color
Monochromatic Colors of #CF9B91
Black with #CF9B91
Text Example
Text Example
White with #CF9B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B91; }
p { color: rgb(207,155,145); }
H1.HeaderClassName
{
color: #CF9B91;
}
.AnyTagClassName
{
color: #CF9B91;
}
</style>
background-color css
<style>
a { background-color: #CF9B91; }
a { background-color: rgb(207,155,145); }
div.DivClassName
{
background-color: #CF9B91;
}
.BgClassName
{
background-color: #CF9B91;
}
</style>
border-color css
<style>
span { border-color: #CF9B91; }
span { border-color: rgb(207,155,145); }
td.TdClassName
{
border-color: #CF9B91;
}
.TagClassName
{
border-color: #CF9B91;
}
</style>