Shades of Rosy Brown #C08F8D
Tints of Rosy Brown #C08F8D
RGB
CMYK
RGB Variations
Color information
#C08F8D (or 0xC08F8D) is known color: Rosy Brown. HEX triplet: C0, 8F and 8D. RGB value is (192,143,141). Sum of RGB (Red+Green+Blue) = 192+143+141=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F8D is #3F7072. Grayscale: #9D9D9D. Windows color (decimal): -4157555 or 9277376. OLE color: 9277376.
HSL color Cylindrical-coordinate representation of color #C08F8D: hue angle of 2.35º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08F8D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 141 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.25 |
| HSL | 2.35º | 0.29% | 0.65% | - |
| HSV(B) | 2.35º | 0.27% | 0.75% | - |
| XYZ | 36.37 | 32.77 | 29.61 | - |
| YUV | 157.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 141 | 0 | 0.26 | 0.27 | 0.25 | 2.35 | 0.29 | 0.65 |
| Hex | C0 | 8F | 8D | 0 | 1A | 1B | 19 | 2 | 1D | 41 |
| Octal | 300 | 217 | 215 | 0 | 32 | 33 | 31 | 2 | 35 | 101 |
| Binary | 11000000 | 10001111 | 10001101 | 0 | 11010 | 11011 | 11001 | 10 | 11101 | 1000001 |
Color Harmonies of #C08F8D
Complementary color
Monochromatic Colors of #C08F8D
Black with #C08F8D
Text Example
Text Example
White with #C08F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F8D; }
p { color: rgb(192,143,141); }
H1.HeaderClassName
{
color: #C08F8D;
}
.AnyTagClassName
{
color: #C08F8D;
}
</style>
background-color css
<style>
a { background-color: #C08F8D; }
a { background-color: rgb(192,143,141); }
div.DivClassName
{
background-color: #C08F8D;
}
.BgClassName
{
background-color: #C08F8D;
}
</style>
border-color css
<style>
span { border-color: #C08F8D; }
span { border-color: rgb(192,143,141); }
td.TdClassName
{
border-color: #C08F8D;
}
.TagClassName
{
border-color: #C08F8D;
}
</style>