Shades of Rosy Brown #C29290
Tints of Rosy Brown #C29290
RGB
CMYK
RGB Variations
Color information
#C29290 (or 0xC29290) is known color: Rosy Brown. HEX triplet: C2, 92 and 90. RGB value is (194,146,144). Sum of RGB (Red+Green+Blue) = 194+146+144=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C29290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29290 is #3D6D6F. Grayscale: #A0A0A0. Windows color (decimal): -4025712 or 9474754. OLE color: 9474754.
HSL color Cylindrical-coordinate representation of color #C29290: hue angle of 2.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29290 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 144 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.24 |
| HSL | 2.4º | 0.29% | 0.66% | - |
| HSV(B) | 2.4º | 0.26% | 0.76% | - |
| XYZ | 37.56 | 34.04 | 30.98 | - |
| YUV | 160.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 144 | 0 | 0.25 | 0.26 | 0.24 | 2.4 | 0.29 | 0.66 |
| Hex | C2 | 92 | 90 | 0 | 19 | 1A | 18 | 2 | 1D | 42 |
| Octal | 302 | 222 | 220 | 0 | 31 | 32 | 30 | 2 | 35 | 102 |
| Binary | 11000010 | 10010010 | 10010000 | 0 | 11001 | 11010 | 11000 | 10 | 11101 | 1000010 |
Color Harmonies of #C29290
Complementary color
Monochromatic Colors of #C29290
Black with #C29290
Text Example
Text Example
White with #C29290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29290; }
p { color: rgb(194,146,144); }
H1.HeaderClassName
{
color: #C29290;
}
.AnyTagClassName
{
color: #C29290;
}
</style>
background-color css
<style>
a { background-color: #C29290; }
a { background-color: rgb(194,146,144); }
div.DivClassName
{
background-color: #C29290;
}
.BgClassName
{
background-color: #C29290;
}
</style>
border-color css
<style>
span { border-color: #C29290; }
span { border-color: rgb(194,146,144); }
td.TdClassName
{
border-color: #C29290;
}
.TagClassName
{
border-color: #C29290;
}
</style>