Shades of Rosy Brown #C29895
Tints of Rosy Brown #C29895
RGB
CMYK
RGB Variations
Color information
#C29895 (or 0xC29895) is known color: Rosy Brown. HEX triplet: C2, 98 and 95. RGB value is (194,152,149). Sum of RGB (Red+Green+Blue) = 194+152+149=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C29895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29895 is #3D676A. Grayscale: #A4A4A4. Windows color (decimal): -4024171 or 9803970. OLE color: 9803970.
HSL color Cylindrical-coordinate representation of color #C29895: hue angle of 4º 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 #C29895 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 149 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.24 |
| HSL | 4º | 0.27% | 0.67% | - |
| HSV(B) | 4º | 0.23% | 0.76% | - |
| XYZ | 38.9 | 36.1 | 33.35 | - |
| YUV | 164.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 149 | 0 | 0.22 | 0.23 | 0.24 | 4 | 0.27 | 0.67 |
| Hex | C2 | 98 | 95 | 0 | 16 | 17 | 18 | 4 | 1B | 43 |
| Octal | 302 | 230 | 225 | 0 | 26 | 27 | 30 | 4 | 33 | 103 |
| Binary | 11000010 | 10011000 | 10010101 | 0 | 10110 | 10111 | 11000 | 100 | 11011 | 1000011 |
Color Harmonies of #C29895
Complementary color
Monochromatic Colors of #C29895
Black with #C29895
Text Example
Text Example
White with #C29895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29895; }
p { color: rgb(194,152,149); }
H1.HeaderClassName
{
color: #C29895;
}
.AnyTagClassName
{
color: #C29895;
}
</style>
background-color css
<style>
a { background-color: #C29895; }
a { background-color: rgb(194,152,149); }
div.DivClassName
{
background-color: #C29895;
}
.BgClassName
{
background-color: #C29895;
}
</style>
border-color css
<style>
span { border-color: #C29895; }
span { border-color: rgb(194,152,149); }
td.TdClassName
{
border-color: #C29895;
}
.TagClassName
{
border-color: #C29895;
}
</style>