Shades of Rose #CF9C93
Tints of Rose #CF9C93
RGB
CMYK
RGB Variations
Color information
#CF9C93 (or 0xCF9C93) is known color: Rose. HEX triplet: CF, 9C and 93. RGB value is (207,156,147). Sum of RGB (Red+Green+Blue) = 207+156+147=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C93 is #30636C. Grayscale: #AAAAAA. Windows color (decimal): -3171181 or 9673935. OLE color: 9673935.
HSL color Cylindrical-coordinate representation of color #CF9C93: hue angle of 9º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9C93 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 147 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.19 |
| HSL | 9º | 0.38% | 0.69% | - |
| HSV(B) | 9º | 0.29% | 0.81% | - |
| XYZ | 42.89 | 39.15 | 32.9 | - |
| YUV | 170.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 147 | 0 | 0.25 | 0.29 | 0.19 | 9 | 0.38 | 0.69 |
| Hex | CF | 9C | 93 | 0 | 19 | 1D | 13 | 9 | 26 | 45 |
| Octal | 317 | 234 | 223 | 0 | 31 | 35 | 23 | 11 | 46 | 105 |
| Binary | 11001111 | 10011100 | 10010011 | 0 | 11001 | 11101 | 10011 | 1001 | 100110 | 1000101 |
Color Harmonies of #CF9C93
Complementary color
Monochromatic Colors of #CF9C93
Black with #CF9C93
Text Example
Text Example
White with #CF9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C93; }
p { color: rgb(207,156,147); }
H1.HeaderClassName
{
color: #CF9C93;
}
.AnyTagClassName
{
color: #CF9C93;
}
</style>
background-color css
<style>
a { background-color: #CF9C93; }
a { background-color: rgb(207,156,147); }
div.DivClassName
{
background-color: #CF9C93;
}
.BgClassName
{
background-color: #CF9C93;
}
</style>
border-color css
<style>
span { border-color: #CF9C93; }
span { border-color: rgb(207,156,147); }
td.TdClassName
{
border-color: #CF9C93;
}
.TagClassName
{
border-color: #CF9C93;
}
</style>