Shades of Rose #C99995
Tints of Rose #C99995
RGB
CMYK
RGB Variations
Color information
#C99995 (or 0xC99995) is known color: Rose. HEX triplet: C9, 99 and 95. RGB value is (201,153,149). Sum of RGB (Red+Green+Blue) = 201+153+149=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99995 is #36666A. Grayscale: #A6A6A6. Windows color (decimal): -3565163 or 9804233. OLE color: 9804233.
HSL color Cylindrical-coordinate representation of color #C99995: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99995 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 149 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.21 |
| HSL | 4.62º | 0.33% | 0.69% | - |
| HSV(B) | 4.62º | 0.26% | 0.79% | - |
| XYZ | 40.9 | 37.37 | 33.49 | - |
| YUV | 166.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 149 | 0 | 0.24 | 0.26 | 0.21 | 4.62 | 0.33 | 0.69 |
| Hex | C9 | 99 | 95 | 0 | 18 | 1A | 15 | 5 | 20 | 45 |
| Octal | 311 | 231 | 225 | 0 | 30 | 32 | 25 | 5 | 40 | 105 |
| Binary | 11001001 | 10011001 | 10010101 | 0 | 11000 | 11010 | 10101 | 101 | 100000 | 1000101 |
Color Harmonies of #C99995
Complementary color
Monochromatic Colors of #C99995
Black with #C99995
Text Example
Text Example
White with #C99995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99995; }
p { color: rgb(201,153,149); }
H1.HeaderClassName
{
color: #C99995;
}
.AnyTagClassName
{
color: #C99995;
}
</style>
background-color css
<style>
a { background-color: #C99995; }
a { background-color: rgb(201,153,149); }
div.DivClassName
{
background-color: #C99995;
}
.BgClassName
{
background-color: #C99995;
}
</style>
border-color css
<style>
span { border-color: #C99995; }
span { border-color: rgb(201,153,149); }
td.TdClassName
{
border-color: #C99995;
}
.TagClassName
{
border-color: #C99995;
}
</style>