Shades of Rose #CF9D93
Tints of Rose #CF9D93
RGB
CMYK
RGB Variations
Color information
#CF9D93 (or 0xCF9D93) is known color: Rose. HEX triplet: CF, 9D and 93. RGB value is (207,157,147). Sum of RGB (Red+Green+Blue) = 207+157+147=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D93 is #30626C. Grayscale: #AAAAAA. Windows color (decimal): -3170925 or 9674191. OLE color: 9674191.
HSL color Cylindrical-coordinate representation of color #CF9D93: hue angle of 10º 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 #CF9D93 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 147 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.19 |
| HSL | 10º | 0.38% | 0.69% | - |
| HSV(B) | 10º | 0.29% | 0.81% | - |
| XYZ | 43.06 | 39.49 | 32.96 | - |
| YUV | 170.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 147 | 0 | 0.24 | 0.29 | 0.19 | 10 | 0.38 | 0.69 |
| Hex | CF | 9D | 93 | 0 | 18 | 1D | 13 | A | 26 | 45 |
| Octal | 317 | 235 | 223 | 0 | 30 | 35 | 23 | 12 | 46 | 105 |
| Binary | 11001111 | 10011101 | 10010011 | 0 | 11000 | 11101 | 10011 | 1010 | 100110 | 1000101 |
Color Harmonies of #CF9D93
Complementary color
Monochromatic Colors of #CF9D93
Black with #CF9D93
Text Example
Text Example
White with #CF9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D93; }
p { color: rgb(207,157,147); }
H1.HeaderClassName
{
color: #CF9D93;
}
.AnyTagClassName
{
color: #CF9D93;
}
</style>
background-color css
<style>
a { background-color: #CF9D93; }
a { background-color: rgb(207,157,147); }
div.DivClassName
{
background-color: #CF9D93;
}
.BgClassName
{
background-color: #CF9D93;
}
</style>
border-color css
<style>
span { border-color: #CF9D93; }
span { border-color: rgb(207,157,147); }
td.TdClassName
{
border-color: #CF9D93;
}
.TagClassName
{
border-color: #CF9D93;
}
</style>