Shades of Rosy Brown #C29291
Tints of Rosy Brown #C29291
RGB
CMYK
RGB Variations
Color information
#C29291 (or 0xC29291) is known color: Rosy Brown. HEX triplet: C2, 92 and 91. RGB value is (194,146,145). Sum of RGB (Red+Green+Blue) = 194+146+145=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C29291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29291 is #3D6D6E. Grayscale: #A0A0A0. Windows color (decimal): -4025711 or 9540290. OLE color: 9540290.
HSL color Cylindrical-coordinate representation of color #C29291: hue angle of 1.22º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29291 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 145 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.24 |
| HSL | 1.22º | 0.29% | 0.66% | - |
| HSV(B) | 1.22º | 0.25% | 0.76% | - |
| XYZ | 37.64 | 34.07 | 31.38 | - |
| YUV | 160.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 145 | 0 | 0.25 | 0.25 | 0.24 | 1.22 | 0.29 | 0.66 |
| Hex | C2 | 92 | 91 | 0 | 19 | 19 | 18 | 1 | 1D | 42 |
| Octal | 302 | 222 | 221 | 0 | 31 | 31 | 30 | 1 | 35 | 102 |
| Binary | 11000010 | 10010010 | 10010001 | 0 | 11001 | 11001 | 11000 | 1 | 11101 | 1000010 |
Color Harmonies of #C29291
Complementary color
Monochromatic Colors of #C29291
Black with #C29291
Text Example
Text Example
White with #C29291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29291; }
p { color: rgb(194,146,145); }
H1.HeaderClassName
{
color: #C29291;
}
.AnyTagClassName
{
color: #C29291;
}
</style>
background-color css
<style>
a { background-color: #C29291; }
a { background-color: rgb(194,146,145); }
div.DivClassName
{
background-color: #C29291;
}
.BgClassName
{
background-color: #C29291;
}
</style>
border-color css
<style>
span { border-color: #C29291; }
span { border-color: rgb(194,146,145); }
td.TdClassName
{
border-color: #C29291;
}
.TagClassName
{
border-color: #C29291;
}
</style>