Shades of Rosy Brown #C99492
Tints of Rosy Brown #C99492
RGB
CMYK
RGB Variations
Color information
#C99492 (or 0xC99492) is known color: Rosy Brown. HEX triplet: C9, 94 and 92. RGB value is (201,148,146). Sum of RGB (Red+Green+Blue) = 201+148+146=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99492 is #366B6D. Grayscale: #A3A3A3. Windows color (decimal): -3566446 or 9606345. OLE color: 9606345.
HSL color Cylindrical-coordinate representation of color #C99492: hue angle of 2.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99492 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 146 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.21 |
| HSL | 2.18º | 0.34% | 0.68% | - |
| HSV(B) | 2.18º | 0.27% | 0.79% | - |
| XYZ | 39.87 | 35.67 | 31.98 | - |
| YUV | 163.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 146 | 0 | 0.26 | 0.27 | 0.21 | 2.18 | 0.34 | 0.68 |
| Hex | C9 | 94 | 92 | 0 | 1A | 1B | 15 | 2 | 22 | 44 |
| Octal | 311 | 224 | 222 | 0 | 32 | 33 | 25 | 2 | 42 | 104 |
| Binary | 11001001 | 10010100 | 10010010 | 0 | 11010 | 11011 | 10101 | 10 | 100010 | 1000100 |
Color Harmonies of #C99492
Complementary color
Monochromatic Colors of #C99492
Black with #C99492
Text Example
Text Example
White with #C99492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99492; }
p { color: rgb(201,148,146); }
H1.HeaderClassName
{
color: #C99492;
}
.AnyTagClassName
{
color: #C99492;
}
</style>
background-color css
<style>
a { background-color: #C99492; }
a { background-color: rgb(201,148,146); }
div.DivClassName
{
background-color: #C99492;
}
.BgClassName
{
background-color: #C99492;
}
</style>
border-color css
<style>
span { border-color: #C99492; }
span { border-color: rgb(201,148,146); }
td.TdClassName
{
border-color: #C99492;
}
.TagClassName
{
border-color: #C99492;
}
</style>