Shades of Rosy Brown #C19998
Tints of Rosy Brown #C19998
RGB
CMYK
RGB Variations
Color information
#C19998 (or 0xC19998) is known color: Rosy Brown. HEX triplet: C1, 99 and 98. RGB value is (193,153,152). Sum of RGB (Red+Green+Blue) = 193+153+152=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19998 is #3E6667. Grayscale: #A4A4A4. Windows color (decimal): -4089448 or 10000833. OLE color: 10000833.
HSL color Cylindrical-coordinate representation of color #C19998: hue angle of 1.46º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C19998 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 152 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.24 |
| HSL | 1.46º | 0.25% | 0.68% | - |
| HSV(B) | 1.46º | 0.21% | 0.76% | - |
| XYZ | 39.05 | 36.39 | 34.67 | - |
| YUV | 164.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 152 | 0 | 0.21 | 0.21 | 0.24 | 1.46 | 0.25 | 0.68 |
| Hex | C1 | 99 | 98 | 0 | 15 | 15 | 18 | 1 | 19 | 44 |
| Octal | 301 | 231 | 230 | 0 | 25 | 25 | 30 | 1 | 31 | 104 |
| Binary | 11000001 | 10011001 | 10011000 | 0 | 10101 | 10101 | 11000 | 1 | 11001 | 1000100 |
Color Harmonies of #C19998
Complementary color
Monochromatic Colors of #C19998
Black with #C19998
Text Example
Text Example
White with #C19998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19998; }
p { color: rgb(193,153,152); }
H1.HeaderClassName
{
color: #C19998;
}
.AnyTagClassName
{
color: #C19998;
}
</style>
background-color css
<style>
a { background-color: #C19998; }
a { background-color: rgb(193,153,152); }
div.DivClassName
{
background-color: #C19998;
}
.BgClassName
{
background-color: #C19998;
}
</style>
border-color css
<style>
span { border-color: #C19998; }
span { border-color: rgb(193,153,152); }
td.TdClassName
{
border-color: #C19998;
}
.TagClassName
{
border-color: #C19998;
}
</style>