Shades of Rose #CF9B8B
Tints of Rose #CF9B8B
RGB
CMYK
RGB Variations
Color information
#CF9B8B (or 0xCF9B8B) is known color: Rose. HEX triplet: CF, 9B and 8B. RGB value is (207,155,139). Sum of RGB (Red+Green+Blue) = 207+155+139=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B8B is #306474. Grayscale: #A8A8A8. Windows color (decimal): -3171445 or 9149391. OLE color: 9149391.
HSL color Cylindrical-coordinate representation of color #CF9B8B: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9B8B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 139 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.19 |
| HSL | 14.12º | 0.41% | 0.68% | - |
| HSV(B) | 14.12º | 0.33% | 0.81% | - |
| XYZ | 42.11 | 38.57 | 29.65 | - |
| YUV | 168.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 139 | 0 | 0.25 | 0.33 | 0.19 | 14.12 | 0.41 | 0.68 |
| Hex | CF | 9B | 8B | 0 | 19 | 21 | 13 | E | 29 | 44 |
| Octal | 317 | 233 | 213 | 0 | 31 | 41 | 23 | 16 | 51 | 104 |
| Binary | 11001111 | 10011011 | 10001011 | 0 | 11001 | 100001 | 10011 | 1110 | 101001 | 1000100 |
Color Harmonies of #CF9B8B
Complementary color
Monochromatic Colors of #CF9B8B
Black with #CF9B8B
Text Example
Text Example
White with #CF9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B8B; }
p { color: rgb(207,155,139); }
H1.HeaderClassName
{
color: #CF9B8B;
}
.AnyTagClassName
{
color: #CF9B8B;
}
</style>
background-color css
<style>
a { background-color: #CF9B8B; }
a { background-color: rgb(207,155,139); }
div.DivClassName
{
background-color: #CF9B8B;
}
.BgClassName
{
background-color: #CF9B8B;
}
</style>
border-color css
<style>
span { border-color: #CF9B8B; }
span { border-color: rgb(207,155,139); }
td.TdClassName
{
border-color: #CF9B8B;
}
.TagClassName
{
border-color: #CF9B8B;
}
</style>