Shades of Rosy Brown #C99896
Tints of Rosy Brown #C99896
RGB
CMYK
RGB Variations
Color information
#C99896 (or 0xC99896) is known color: Rosy Brown. HEX triplet: C9, 98 and 96. RGB value is (201,152,150). Sum of RGB (Red+Green+Blue) = 201+152+150=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C99896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99896 is #366769. Grayscale: #A6A6A6. Windows color (decimal): -3565418 or 9869513. OLE color: 9869513.
HSL color Cylindrical-coordinate representation of color #C99896: hue angle of 2.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99896 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 150 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.21 |
| HSL | 2.35º | 0.32% | 0.69% | - |
| HSV(B) | 2.35º | 0.25% | 0.79% | - |
| XYZ | 40.82 | 37.08 | 33.86 | - |
| YUV | 166.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 150 | 0 | 0.24 | 0.25 | 0.21 | 2.35 | 0.32 | 0.69 |
| Hex | C9 | 98 | 96 | 0 | 18 | 19 | 15 | 2 | 20 | 45 |
| Octal | 311 | 230 | 226 | 0 | 30 | 31 | 25 | 2 | 40 | 105 |
| Binary | 11001001 | 10011000 | 10010110 | 0 | 11000 | 11001 | 10101 | 10 | 100000 | 1000101 |
Color Harmonies of #C99896
Complementary color
Monochromatic Colors of #C99896
Black with #C99896
Text Example
Text Example
White with #C99896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99896; }
p { color: rgb(201,152,150); }
H1.HeaderClassName
{
color: #C99896;
}
.AnyTagClassName
{
color: #C99896;
}
</style>
background-color css
<style>
a { background-color: #C99896; }
a { background-color: rgb(201,152,150); }
div.DivClassName
{
background-color: #C99896;
}
.BgClassName
{
background-color: #C99896;
}
</style>
border-color css
<style>
span { border-color: #C99896; }
span { border-color: rgb(201,152,150); }
td.TdClassName
{
border-color: #C99896;
}
.TagClassName
{
border-color: #C99896;
}
</style>