Shades of Rosy Brown #C29894
Tints of Rosy Brown #C29894
RGB
CMYK
RGB Variations
Color information
#C29894 (or 0xC29894) is known color: Rosy Brown. HEX triplet: C2, 98 and 94. RGB value is (194,152,148). Sum of RGB (Red+Green+Blue) = 194+152+148=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29894 is #3D676B. Grayscale: #A4A4A4. Windows color (decimal): -4024172 or 9738434. OLE color: 9738434.
HSL color Cylindrical-coordinate representation of color #C29894: hue angle of 5.22º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29894 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 148 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.24 |
| HSL | 5.22º | 0.27% | 0.67% | - |
| HSV(B) | 5.22º | 0.24% | 0.76% | - |
| XYZ | 38.82 | 36.06 | 32.93 | - |
| YUV | 164.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 148 | 0 | 0.22 | 0.24 | 0.24 | 5.22 | 0.27 | 0.67 |
| Hex | C2 | 98 | 94 | 0 | 16 | 18 | 18 | 5 | 1B | 43 |
| Octal | 302 | 230 | 224 | 0 | 26 | 30 | 30 | 5 | 33 | 103 |
| Binary | 11000010 | 10011000 | 10010100 | 0 | 10110 | 11000 | 11000 | 101 | 11011 | 1000011 |
Color Harmonies of #C29894
Complementary color
Monochromatic Colors of #C29894
Black with #C29894
Text Example
Text Example
White with #C29894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29894; }
p { color: rgb(194,152,148); }
H1.HeaderClassName
{
color: #C29894;
}
.AnyTagClassName
{
color: #C29894;
}
</style>
background-color css
<style>
a { background-color: #C29894; }
a { background-color: rgb(194,152,148); }
div.DivClassName
{
background-color: #C29894;
}
.BgClassName
{
background-color: #C29894;
}
</style>
border-color css
<style>
span { border-color: #C29894; }
span { border-color: rgb(194,152,148); }
td.TdClassName
{
border-color: #C29894;
}
.TagClassName
{
border-color: #C29894;
}
</style>