Shades of Rosy Brown #C29B98
Tints of Rosy Brown #C29B98
RGB
CMYK
RGB Variations
Color information
#C29B98 (or 0xC29B98) is known color: Rosy Brown. HEX triplet: C2, 9B and 98. RGB value is (194,155,152). Sum of RGB (Red+Green+Blue) = 194+155+152=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B98 is #3D6467. Grayscale: #A6A6A6. Windows color (decimal): -4023400 or 10001346. OLE color: 10001346.
HSL color Cylindrical-coordinate representation of color #C29B98: hue angle of 4.29º 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 #C29B98 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 152 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.24 |
| HSL | 4.29º | 0.26% | 0.68% | - |
| HSV(B) | 4.29º | 0.22% | 0.76% | - |
| XYZ | 39.64 | 37.18 | 34.79 | - |
| YUV | 166.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 152 | 0 | 0.20 | 0.22 | 0.24 | 4.29 | 0.26 | 0.68 |
| Hex | C2 | 9B | 98 | 0 | 14 | 16 | 18 | 4 | 1A | 44 |
| Octal | 302 | 233 | 230 | 0 | 24 | 26 | 30 | 4 | 32 | 104 |
| Binary | 11000010 | 10011011 | 10011000 | 0 | 10100 | 10110 | 11000 | 100 | 11010 | 1000100 |
Color Harmonies of #C29B98
Complementary color
Monochromatic Colors of #C29B98
Black with #C29B98
Text Example
Text Example
White with #C29B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B98; }
p { color: rgb(194,155,152); }
H1.HeaderClassName
{
color: #C29B98;
}
.AnyTagClassName
{
color: #C29B98;
}
</style>
background-color css
<style>
a { background-color: #C29B98; }
a { background-color: rgb(194,155,152); }
div.DivClassName
{
background-color: #C29B98;
}
.BgClassName
{
background-color: #C29B98;
}
</style>
border-color css
<style>
span { border-color: #C29B98; }
span { border-color: rgb(194,155,152); }
td.TdClassName
{
border-color: #C29B98;
}
.TagClassName
{
border-color: #C29B98;
}
</style>