Shades of Rosy Brown #C29A98
Tints of Rosy Brown #C29A98
RGB
CMYK
RGB Variations
Color information
#C29A98 (or 0xC29A98) is known color: Rosy Brown. HEX triplet: C2, 9A and 98. RGB value is (194,154,152). Sum of RGB (Red+Green+Blue) = 194+154+152=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A98 is #3D6567. Grayscale: #A5A5A5. Windows color (decimal): -4023656 or 10001090. OLE color: 10001090.
HSL color Cylindrical-coordinate representation of color #C29A98: hue angle of 2.86º 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 #C29A98 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 152 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.24 |
| HSL | 2.86º | 0.26% | 0.68% | - |
| HSV(B) | 2.86º | 0.22% | 0.76% | - |
| XYZ | 39.47 | 36.85 | 34.74 | - |
| YUV | 165.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 152 | 0 | 0.21 | 0.22 | 0.24 | 2.86 | 0.26 | 0.68 |
| Hex | C2 | 9A | 98 | 0 | 15 | 16 | 18 | 3 | 1A | 44 |
| Octal | 302 | 232 | 230 | 0 | 25 | 26 | 30 | 3 | 32 | 104 |
| Binary | 11000010 | 10011010 | 10011000 | 0 | 10101 | 10110 | 11000 | 11 | 11010 | 1000100 |
Color Harmonies of #C29A98
Complementary color
Monochromatic Colors of #C29A98
Black with #C29A98
Text Example
Text Example
White with #C29A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A98; }
p { color: rgb(194,154,152); }
H1.HeaderClassName
{
color: #C29A98;
}
.AnyTagClassName
{
color: #C29A98;
}
</style>
background-color css
<style>
a { background-color: #C29A98; }
a { background-color: rgb(194,154,152); }
div.DivClassName
{
background-color: #C29A98;
}
.BgClassName
{
background-color: #C29A98;
}
</style>
border-color css
<style>
span { border-color: #C29A98; }
span { border-color: rgb(194,154,152); }
td.TdClassName
{
border-color: #C29A98;
}
.TagClassName
{
border-color: #C29A98;
}
</style>