Shades of Rose #C89F94
Tints of Rose #C89F94
RGB
CMYK
RGB Variations
Color information
#C89F94 (or 0xC89F94) is known color: Rose. HEX triplet: C8, 9F and 94. RGB value is (200,159,148). Sum of RGB (Red+Green+Blue) = 200+159+148=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F94 is #37606B. Grayscale: #AAAAAA. Windows color (decimal): -3629164 or 9740232. OLE color: 9740232.
HSL color Cylindrical-coordinate representation of color #C89F94: hue angle of 12.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89F94 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 148 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.22 |
| HSL | 12.69º | 0.32% | 0.68% | - |
| HSV(B) | 12.69º | 0.26% | 0.78% | - |
| XYZ | 41.56 | 39.21 | 33.4 | - |
| YUV | 170.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 148 | 0 | 0.20 | 0.26 | 0.22 | 12.69 | 0.32 | 0.68 |
| Hex | C8 | 9F | 94 | 0 | 14 | 1A | 16 | D | 20 | 44 |
| Octal | 310 | 237 | 224 | 0 | 24 | 32 | 26 | 15 | 40 | 104 |
| Binary | 11001000 | 10011111 | 10010100 | 0 | 10100 | 11010 | 10110 | 1101 | 100000 | 1000100 |
Color Harmonies of #C89F94
Complementary color
Monochromatic Colors of #C89F94
Black with #C89F94
Text Example
Text Example
White with #C89F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F94; }
p { color: rgb(200,159,148); }
H1.HeaderClassName
{
color: #C89F94;
}
.AnyTagClassName
{
color: #C89F94;
}
</style>
background-color css
<style>
a { background-color: #C89F94; }
a { background-color: rgb(200,159,148); }
div.DivClassName
{
background-color: #C89F94;
}
.BgClassName
{
background-color: #C89F94;
}
</style>
border-color css
<style>
span { border-color: #C89F94; }
span { border-color: rgb(200,159,148); }
td.TdClassName
{
border-color: #C89F94;
}
.TagClassName
{
border-color: #C89F94;
}
</style>