Shades of Rosy Brown #C88F8F
Tints of Rosy Brown #C88F8F
RGB
CMYK
RGB Variations
Color information
#C88F8F (or 0xC88F8F) is known color: Rosy Brown. HEX triplet: C8, 8F and 8F. RGB value is (200,143,143). Sum of RGB (Red+Green+Blue) = 200+143+143=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F8F is #377070. Grayscale: #A0A0A0. Windows color (decimal): -3633265 or 9408456. OLE color: 9408456.
HSL color Cylindrical-coordinate representation of color #C88F8F: hue angle of 0º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88F8F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 143 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.22 |
| HSL | 0º | 0.34% | 0.67% | - |
| HSV(B) | 0º | 0.29% | 0.78% | - |
| XYZ | 38.6 | 33.91 | 30.5 | - |
| YUV | 160.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 143 | 0 | 0.28 | 0.28 | 0.22 | 0 | 0.34 | 0.67 |
| Hex | C8 | 8F | 8F | 0 | 1C | 1C | 16 | 0 | 22 | 43 |
| Octal | 310 | 217 | 217 | 0 | 34 | 34 | 26 | 0 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10001111 | 0 | 11100 | 11100 | 10110 | 0 | 100010 | 1000011 |
Color Harmonies of #C88F8F
Complementary color
Monochromatic Colors of #C88F8F
Black with #C88F8F
Text Example
Text Example
White with #C88F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F8F; }
p { color: rgb(200,143,143); }
H1.HeaderClassName
{
color: #C88F8F;
}
.AnyTagClassName
{
color: #C88F8F;
}
</style>
background-color css
<style>
a { background-color: #C88F8F; }
a { background-color: rgb(200,143,143); }
div.DivClassName
{
background-color: #C88F8F;
}
.BgClassName
{
background-color: #C88F8F;
}
</style>
border-color css
<style>
span { border-color: #C88F8F; }
span { border-color: rgb(200,143,143); }
td.TdClassName
{
border-color: #C88F8F;
}
.TagClassName
{
border-color: #C88F8F;
}
</style>