Shades of Rosy Brown #C89796
Tints of Rosy Brown #C89796
RGB
CMYK
RGB Variations
Color information
#C89796 (or 0xC89796) is known color: Rosy Brown. HEX triplet: C8, 97 and 96. RGB value is (200,151,150). Sum of RGB (Red+Green+Blue) = 200+151+150=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89796 is #376869. Grayscale: #A5A5A5. Windows color (decimal): -3631210 or 9869256. OLE color: 9869256.
HSL color Cylindrical-coordinate representation of color #C89796: hue angle of 1.2º 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 #C89796 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 150 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.22 |
| HSL | 1.2º | 0.31% | 0.69% | - |
| HSV(B) | 1.2º | 0.25% | 0.78% | - |
| XYZ | 40.39 | 36.61 | 33.79 | - |
| YUV | 165.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 150 | 0 | 0.24 | 0.25 | 0.22 | 1.2 | 0.31 | 0.69 |
| Hex | C8 | 97 | 96 | 0 | 18 | 19 | 16 | 1 | 1F | 45 |
| Octal | 310 | 227 | 226 | 0 | 30 | 31 | 26 | 1 | 37 | 105 |
| Binary | 11001000 | 10010111 | 10010110 | 0 | 11000 | 11001 | 10110 | 1 | 11111 | 1000101 |
Color Harmonies of #C89796
Complementary color
Monochromatic Colors of #C89796
Black with #C89796
Text Example
Text Example
White with #C89796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89796; }
p { color: rgb(200,151,150); }
H1.HeaderClassName
{
color: #C89796;
}
.AnyTagClassName
{
color: #C89796;
}
</style>
background-color css
<style>
a { background-color: #C89796; }
a { background-color: rgb(200,151,150); }
div.DivClassName
{
background-color: #C89796;
}
.BgClassName
{
background-color: #C89796;
}
</style>
border-color css
<style>
span { border-color: #C89796; }
span { border-color: rgb(200,151,150); }
td.TdClassName
{
border-color: #C89796;
}
.TagClassName
{
border-color: #C89796;
}
</style>