Shades of Rosy Brown #C89695
Tints of Rosy Brown #C89695
RGB
CMYK
RGB Variations
Color information
#C89695 (or 0xC89695) is known color: Rosy Brown. HEX triplet: C8, 96 and 95. RGB value is (200,150,149). Sum of RGB (Red+Green+Blue) = 200+150+149=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89695 is #37696A. Grayscale: #A4A4A4. Windows color (decimal): -3631467 or 9803464. OLE color: 9803464.
HSL color Cylindrical-coordinate representation of color #C89695: hue angle of 1.18º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89695 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 149 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.22 |
| HSL | 1.18º | 0.32% | 0.68% | - |
| HSV(B) | 1.18º | 0.26% | 0.78% | - |
| XYZ | 40.15 | 36.26 | 33.32 | - |
| YUV | 164.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 149 | 0 | 0.25 | 0.26 | 0.22 | 1.18 | 0.32 | 0.68 |
| Hex | C8 | 96 | 95 | 0 | 19 | 1A | 16 | 1 | 20 | 44 |
| Octal | 310 | 226 | 225 | 0 | 31 | 32 | 26 | 1 | 40 | 104 |
| Binary | 11001000 | 10010110 | 10010101 | 0 | 11001 | 11010 | 10110 | 1 | 100000 | 1000100 |
Color Harmonies of #C89695
Complementary color
Monochromatic Colors of #C89695
Black with #C89695
Text Example
Text Example
White with #C89695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89695; }
p { color: rgb(200,150,149); }
H1.HeaderClassName
{
color: #C89695;
}
.AnyTagClassName
{
color: #C89695;
}
</style>
background-color css
<style>
a { background-color: #C89695; }
a { background-color: rgb(200,150,149); }
div.DivClassName
{
background-color: #C89695;
}
.BgClassName
{
background-color: #C89695;
}
</style>
border-color css
<style>
span { border-color: #C89695; }
span { border-color: rgb(200,150,149); }
td.TdClassName
{
border-color: #C89695;
}
.TagClassName
{
border-color: #C89695;
}
</style>