Shades of Rosy Brown #C29494
Tints of Rosy Brown #C29494
RGB
CMYK
RGB Variations
Color information
#C29494 (or 0xC29494) is known color: Rosy Brown. HEX triplet: C2, 94 and 94. RGB value is (194,148,148). Sum of RGB (Red+Green+Blue) = 194+148+148=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29494 is #3D6B6B. Grayscale: #A1A1A1. Windows color (decimal): -4025196 or 9737410. OLE color: 9737410.
HSL color Cylindrical-coordinate representation of color #C29494: 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.24%. Process color model (Four color, CMYK) of #C29494 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 148 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.24 |
| HSL | 0º | 0.27% | 0.67% | - |
| HSV(B) | 0º | 0.24% | 0.76% | - |
| XYZ | 38.18 | 34.79 | 32.72 | - |
| YUV | 161.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 148 | 0 | 0.24 | 0.24 | 0.24 | 0 | 0.27 | 0.67 |
| Hex | C2 | 94 | 94 | 0 | 18 | 18 | 18 | 0 | 1B | 43 |
| Octal | 302 | 224 | 224 | 0 | 30 | 30 | 30 | 0 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10010100 | 0 | 11000 | 11000 | 11000 | 0 | 11011 | 1000011 |
Color Harmonies of #C29494
Complementary color
Monochromatic Colors of #C29494
Black with #C29494
Text Example
Text Example
White with #C29494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29494; }
p { color: rgb(194,148,148); }
H1.HeaderClassName
{
color: #C29494;
}
.AnyTagClassName
{
color: #C29494;
}
</style>
background-color css
<style>
a { background-color: #C29494; }
a { background-color: rgb(194,148,148); }
div.DivClassName
{
background-color: #C29494;
}
.BgClassName
{
background-color: #C29494;
}
</style>
border-color css
<style>
span { border-color: #C29494; }
span { border-color: rgb(194,148,148); }
td.TdClassName
{
border-color: #C29494;
}
.TagClassName
{
border-color: #C29494;
}
</style>