Shades of Rosy Brown #C58F8E
Tints of Rosy Brown #C58F8E
RGB
CMYK
RGB Variations
Color information
#C58F8E (or 0xC58F8E) is known color: Rosy Brown. HEX triplet: C5, 8F and 8E. RGB value is (197,143,142). Sum of RGB (Red+Green+Blue) = 197+143+142=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F8E is #3A7071. Grayscale: #9F9F9F. Windows color (decimal): -3829874 or 9342917. OLE color: 9342917.
HSL color Cylindrical-coordinate representation of color #C58F8E: hue angle of 1.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58F8E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 142 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.23 |
| HSL | 1.09º | 0.32% | 0.66% | - |
| HSV(B) | 1.09º | 0.28% | 0.77% | - |
| XYZ | 37.73 | 33.47 | 30.06 | - |
| YUV | 159.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 142 | 0 | 0.27 | 0.28 | 0.23 | 1.09 | 0.32 | 0.66 |
| Hex | C5 | 8F | 8E | 0 | 1B | 1C | 17 | 1 | 20 | 42 |
| Octal | 305 | 217 | 216 | 0 | 33 | 34 | 27 | 1 | 40 | 102 |
| Binary | 11000101 | 10001111 | 10001110 | 0 | 11011 | 11100 | 10111 | 1 | 100000 | 1000010 |
Color Harmonies of #C58F8E
Complementary color
Monochromatic Colors of #C58F8E
Black with #C58F8E
Text Example
Text Example
White with #C58F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F8E; }
p { color: rgb(197,143,142); }
H1.HeaderClassName
{
color: #C58F8E;
}
.AnyTagClassName
{
color: #C58F8E;
}
</style>
background-color css
<style>
a { background-color: #C58F8E; }
a { background-color: rgb(197,143,142); }
div.DivClassName
{
background-color: #C58F8E;
}
.BgClassName
{
background-color: #C58F8E;
}
</style>
border-color css
<style>
span { border-color: #C58F8E; }
span { border-color: rgb(197,143,142); }
td.TdClassName
{
border-color: #C58F8E;
}
.TagClassName
{
border-color: #C58F8E;
}
</style>