Shades of Rosy Brown #C89896
Tints of Rosy Brown #C89896
RGB
CMYK
RGB Variations
Color information
#C89896 (or 0xC89896) is known color: Rosy Brown. HEX triplet: C8, 98 and 96. RGB value is (200,152,150). Sum of RGB (Red+Green+Blue) = 200+152+150=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C89896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89896 is #376769. Grayscale: #A6A6A6. Windows color (decimal): -3630954 or 9869512. OLE color: 9869512.
HSL color Cylindrical-coordinate representation of color #C89896: hue angle of 2.4º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89896 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 150 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.22 |
| HSL | 2.4º | 0.31% | 0.69% | - |
| HSV(B) | 2.4º | 0.25% | 0.78% | - |
| XYZ | 40.55 | 36.94 | 33.85 | - |
| YUV | 166.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 150 | 0 | 0.24 | 0.25 | 0.22 | 2.4 | 0.31 | 0.69 |
| Hex | C8 | 98 | 96 | 0 | 18 | 19 | 16 | 2 | 1F | 45 |
| Octal | 310 | 230 | 226 | 0 | 30 | 31 | 26 | 2 | 37 | 105 |
| Binary | 11001000 | 10011000 | 10010110 | 0 | 11000 | 11001 | 10110 | 10 | 11111 | 1000101 |
Color Harmonies of #C89896
Complementary color
Monochromatic Colors of #C89896
Black with #C89896
Text Example
Text Example
White with #C89896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89896; }
p { color: rgb(200,152,150); }
H1.HeaderClassName
{
color: #C89896;
}
.AnyTagClassName
{
color: #C89896;
}
</style>
background-color css
<style>
a { background-color: #C89896; }
a { background-color: rgb(200,152,150); }
div.DivClassName
{
background-color: #C89896;
}
.BgClassName
{
background-color: #C89896;
}
</style>
border-color css
<style>
span { border-color: #C89896; }
span { border-color: rgb(200,152,150); }
td.TdClassName
{
border-color: #C89896;
}
.TagClassName
{
border-color: #C89896;
}
</style>