Shades of Rosy Brown #C29391
Tints of Rosy Brown #C29391
RGB
CMYK
RGB Variations
Color information
#C29391 (or 0xC29391) is known color: Rosy Brown. HEX triplet: C2, 93 and 91. RGB value is (194,147,145). Sum of RGB (Red+Green+Blue) = 194+147+145=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C29391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29391 is #3D6C6E. Grayscale: #A0A0A0. Windows color (decimal): -4025455 or 9540546. OLE color: 9540546.
HSL color Cylindrical-coordinate representation of color #C29391: hue angle of 2.45º 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 #C29391 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 145 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.24 |
| HSL | 2.45º | 0.29% | 0.66% | - |
| HSV(B) | 2.45º | 0.25% | 0.76% | - |
| XYZ | 37.79 | 34.38 | 31.43 | - |
| YUV | 160.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 145 | 0 | 0.24 | 0.25 | 0.24 | 2.45 | 0.29 | 0.66 |
| Hex | C2 | 93 | 91 | 0 | 18 | 19 | 18 | 2 | 1D | 42 |
| Octal | 302 | 223 | 221 | 0 | 30 | 31 | 30 | 2 | 35 | 102 |
| Binary | 11000010 | 10010011 | 10010001 | 0 | 11000 | 11001 | 11000 | 10 | 11101 | 1000010 |
Color Harmonies of #C29391
Complementary color
Monochromatic Colors of #C29391
Black with #C29391
Text Example
Text Example
White with #C29391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29391; }
p { color: rgb(194,147,145); }
H1.HeaderClassName
{
color: #C29391;
}
.AnyTagClassName
{
color: #C29391;
}
</style>
background-color css
<style>
a { background-color: #C29391; }
a { background-color: rgb(194,147,145); }
div.DivClassName
{
background-color: #C29391;
}
.BgClassName
{
background-color: #C29391;
}
</style>
border-color css
<style>
span { border-color: #C29391; }
span { border-color: rgb(194,147,145); }
td.TdClassName
{
border-color: #C29391;
}
.TagClassName
{
border-color: #C29391;
}
</style>