Shades of Rosy Brown #C29896
Tints of Rosy Brown #C29896
RGB
CMYK
RGB Variations
Color information
#C29896 (or 0xC29896) is known color: Rosy Brown. HEX triplet: C2, 98 and 96. RGB value is (194,152,150). Sum of RGB (Red+Green+Blue) = 194+152+150=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29896 is #3D6769. Grayscale: #A4A4A4. Windows color (decimal): -4024170 or 9869506. OLE color: 9869506.
HSL color Cylindrical-coordinate representation of color #C29896: hue angle of 2.73º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29896 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 150 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.24 |
| HSL | 2.73º | 0.27% | 0.67% | - |
| HSV(B) | 2.73º | 0.23% | 0.76% | - |
| XYZ | 38.98 | 36.13 | 33.77 | - |
| YUV | 164.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 150 | 0 | 0.22 | 0.23 | 0.24 | 2.73 | 0.27 | 0.67 |
| Hex | C2 | 98 | 96 | 0 | 16 | 17 | 18 | 3 | 1B | 43 |
| Octal | 302 | 230 | 226 | 0 | 26 | 27 | 30 | 3 | 33 | 103 |
| Binary | 11000010 | 10011000 | 10010110 | 0 | 10110 | 10111 | 11000 | 11 | 11011 | 1000011 |
Color Harmonies of #C29896
Complementary color
Monochromatic Colors of #C29896
Black with #C29896
Text Example
Text Example
White with #C29896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29896; }
p { color: rgb(194,152,150); }
H1.HeaderClassName
{
color: #C29896;
}
.AnyTagClassName
{
color: #C29896;
}
</style>
background-color css
<style>
a { background-color: #C29896; }
a { background-color: rgb(194,152,150); }
div.DivClassName
{
background-color: #C29896;
}
.BgClassName
{
background-color: #C29896;
}
</style>
border-color css
<style>
span { border-color: #C29896; }
span { border-color: rgb(194,152,150); }
td.TdClassName
{
border-color: #C29896;
}
.TagClassName
{
border-color: #C29896;
}
</style>