Shades of Rosy Brown #C29997
Tints of Rosy Brown #C29997
RGB
CMYK
RGB Variations
Color information
#C29997 (or 0xC29997) is known color: Rosy Brown. HEX triplet: C2, 99 and 97. RGB value is (194,153,151). Sum of RGB (Red+Green+Blue) = 194+153+151=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29997 is #3D6668. Grayscale: #A5A5A5. Windows color (decimal): -4023913 or 9935298. OLE color: 9935298.
HSL color Cylindrical-coordinate representation of color #C29997: hue angle of 2.79º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29997 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 151 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.24 |
| HSL | 2.79º | 0.26% | 0.68% | - |
| HSV(B) | 2.79º | 0.22% | 0.76% | - |
| XYZ | 39.23 | 36.49 | 34.25 | - |
| YUV | 165.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 151 | 0 | 0.21 | 0.22 | 0.24 | 2.79 | 0.26 | 0.68 |
| Hex | C2 | 99 | 97 | 0 | 15 | 16 | 18 | 3 | 1A | 44 |
| Octal | 302 | 231 | 227 | 0 | 25 | 26 | 30 | 3 | 32 | 104 |
| Binary | 11000010 | 10011001 | 10010111 | 0 | 10101 | 10110 | 11000 | 11 | 11010 | 1000100 |
Color Harmonies of #C29997
Complementary color
Monochromatic Colors of #C29997
Black with #C29997
Text Example
Text Example
White with #C29997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29997; }
p { color: rgb(194,153,151); }
H1.HeaderClassName
{
color: #C29997;
}
.AnyTagClassName
{
color: #C29997;
}
</style>
background-color css
<style>
a { background-color: #C29997; }
a { background-color: rgb(194,153,151); }
div.DivClassName
{
background-color: #C29997;
}
.BgClassName
{
background-color: #C29997;
}
</style>
border-color css
<style>
span { border-color: #C29997; }
span { border-color: rgb(194,153,151); }
td.TdClassName
{
border-color: #C29997;
}
.TagClassName
{
border-color: #C29997;
}
</style>