Shades of Rosy Brown #C89895
Tints of Rosy Brown #C89895
RGB
CMYK
RGB Variations
Color information
#C89895 (or 0xC89895) is known color: Rosy Brown. HEX triplet: C8, 98 and 95. RGB value is (200,152,149). Sum of RGB (Red+Green+Blue) = 200+152+149=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C89895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89895 is #37676A. Grayscale: #A6A6A6. Windows color (decimal): -3630955 or 9803976. OLE color: 9803976.
HSL color Cylindrical-coordinate representation of color #C89895: hue angle of 3.53º 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 #C89895 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 152 | 149 | - |
CMYK | 0 | 0.24 | 0.26 | 0.22 |
HSL | 3.53º | 0.32% | 0.68% | - |
HSV(B) | 3.53º | 0.26% | 0.78% | - |
XYZ | 40.47 | 36.91 | 33.42 | - |
YUV | 166.01 | 118.4 | 152.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 152 | 149 | 0 | 0.24 | 0.26 | 0.22 | 3.53 | 0.32 | 0.68 |
Hex | C8 | 98 | 95 | 0 | 18 | 1A | 16 | 4 | 20 | 44 |
Octal | 310 | 230 | 225 | 0 | 30 | 32 | 26 | 4 | 40 | 104 |
Binary | 11001000 | 10011000 | 10010101 | 0 | 11000 | 11010 | 10110 | 100 | 100000 | 1000100 |
Color Harmonies of #C89895
Complementary color
Monochromatic Colors of #C89895
Black with #C89895
Text Example
Text Example
White with #C89895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89895; }
p { color: rgb(200,152,149); }
H1.HeaderClassName
{
color: #C89895;
}
.AnyTagClassName
{
color: #C89895;
}
</style>
background-color css
<style>
a { background-color: #C89895; }
a { background-color: rgb(200,152,149); }
div.DivClassName
{
background-color: #C89895;
}
.BgClassName
{
background-color: #C89895;
}
</style>
border-color css
<style>
span { border-color: #C89895; }
span { border-color: rgb(200,152,149); }
td.TdClassName
{
border-color: #C89895;
}
.TagClassName
{
border-color: #C89895;
}
</style>