Shades of Rosy Brown #C89391
Tints of Rosy Brown #C89391
RGB
CMYK
RGB Variations
Color information
#C89391 (or 0xC89391) is known color: Rosy Brown. HEX triplet: C8, 93 and 91. RGB value is (200,147,145). Sum of RGB (Red+Green+Blue) = 200+147+145=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89391 is #376C6E. Grayscale: #A2A2A2. Windows color (decimal): -3632239 or 9540552. OLE color: 9540552.
HSL color Cylindrical-coordinate representation of color #C89391: hue angle of 2.18º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89391 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 145 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.22 |
| HSL | 2.18º | 0.33% | 0.68% | - |
| HSV(B) | 2.18º | 0.28% | 0.78% | - |
| XYZ | 39.36 | 35.19 | 31.51 | - |
| YUV | 162.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 145 | 0 | 0.26 | 0.28 | 0.22 | 2.18 | 0.33 | 0.68 |
| Hex | C8 | 93 | 91 | 0 | 1A | 1C | 16 | 2 | 21 | 44 |
| Octal | 310 | 223 | 221 | 0 | 32 | 34 | 26 | 2 | 41 | 104 |
| Binary | 11001000 | 10010011 | 10010001 | 0 | 11010 | 11100 | 10110 | 10 | 100001 | 1000100 |
Color Harmonies of #C89391
Complementary color
Monochromatic Colors of #C89391
Black with #C89391
Text Example
Text Example
White with #C89391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89391; }
p { color: rgb(200,147,145); }
H1.HeaderClassName
{
color: #C89391;
}
.AnyTagClassName
{
color: #C89391;
}
</style>
background-color css
<style>
a { background-color: #C89391; }
a { background-color: rgb(200,147,145); }
div.DivClassName
{
background-color: #C89391;
}
.BgClassName
{
background-color: #C89391;
}
</style>
border-color css
<style>
span { border-color: #C89391; }
span { border-color: rgb(200,147,145); }
td.TdClassName
{
border-color: #C89391;
}
.TagClassName
{
border-color: #C89391;
}
</style>