Shades of Rosy Brown #C29595
Tints of Rosy Brown #C29595
RGB
CMYK
RGB Variations
Color information
#C29595 (or 0xC29595) is known color: Rosy Brown. HEX triplet: C2, 95 and 95. RGB value is (194,149,149). Sum of RGB (Red+Green+Blue) = 194+149+149=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29595 is #3D6A6A. Grayscale: #A2A2A2. Windows color (decimal): -4024939 or 9803202. OLE color: 9803202.
HSL color Cylindrical-coordinate representation of color #C29595: hue angle of 0º 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 #C29595 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 149 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.24 |
| HSL | 0º | 0.27% | 0.67% | - |
| HSV(B) | 0º | 0.23% | 0.76% | - |
| XYZ | 38.42 | 35.13 | 33.19 | - |
| YUV | 162.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 149 | 0 | 0.23 | 0.23 | 0.24 | 0 | 0.27 | 0.67 |
| Hex | C2 | 95 | 95 | 0 | 17 | 17 | 18 | 0 | 1B | 43 |
| Octal | 302 | 225 | 225 | 0 | 27 | 27 | 30 | 0 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10010101 | 0 | 10111 | 10111 | 11000 | 0 | 11011 | 1000011 |
Color Harmonies of #C29595
Complementary color
Monochromatic Colors of #C29595
Black with #C29595
Text Example
Text Example
White with #C29595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29595; }
p { color: rgb(194,149,149); }
H1.HeaderClassName
{
color: #C29595;
}
.AnyTagClassName
{
color: #C29595;
}
</style>
background-color css
<style>
a { background-color: #C29595; }
a { background-color: rgb(194,149,149); }
div.DivClassName
{
background-color: #C29595;
}
.BgClassName
{
background-color: #C29595;
}
</style>
border-color css
<style>
span { border-color: #C29595; }
span { border-color: rgb(194,149,149); }
td.TdClassName
{
border-color: #C29595;
}
.TagClassName
{
border-color: #C29595;
}
</style>