Shades of Rosy Brown #C99595
Tints of Rosy Brown #C99595
RGB
CMYK
RGB Variations
Color information
#C99595 (or 0xC99595) is known color: Rosy Brown. HEX triplet: C9, 95 and 95. RGB value is (201,149,149). Sum of RGB (Red+Green+Blue) = 201+149+149=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99595 is #366A6A. Grayscale: #A4A4A4. Windows color (decimal): -3566187 or 9803209. OLE color: 9803209.
HSL color Cylindrical-coordinate representation of color #C99595: hue angle of 0º 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 #C99595 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 149 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.21 |
| HSL | 0º | 0.33% | 0.69% | - |
| HSV(B) | 0º | 0.26% | 0.79% | - |
| XYZ | 40.26 | 36.08 | 33.28 | - |
| YUV | 164.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 149 | 0 | 0.26 | 0.26 | 0.21 | 0 | 0.33 | 0.69 |
| Hex | C9 | 95 | 95 | 0 | 1A | 1A | 15 | 0 | 20 | 45 |
| Octal | 311 | 225 | 225 | 0 | 32 | 32 | 25 | 0 | 40 | 105 |
| Binary | 11001001 | 10010101 | 10010101 | 0 | 11010 | 11010 | 10101 | 0 | 100000 | 1000101 |
Color Harmonies of #C99595
Complementary color
Monochromatic Colors of #C99595
Black with #C99595
Text Example
Text Example
White with #C99595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99595; }
p { color: rgb(201,149,149); }
H1.HeaderClassName
{
color: #C99595;
}
.AnyTagClassName
{
color: #C99595;
}
</style>
background-color css
<style>
a { background-color: #C99595; }
a { background-color: rgb(201,149,149); }
div.DivClassName
{
background-color: #C99595;
}
.BgClassName
{
background-color: #C99595;
}
</style>
border-color css
<style>
span { border-color: #C99595; }
span { border-color: rgb(201,149,149); }
td.TdClassName
{
border-color: #C99595;
}
.TagClassName
{
border-color: #C99595;
}
</style>