Shades of Rosy Brown #C29996
Tints of Rosy Brown #C29996
RGB
CMYK
RGB Variations
Color information
#C29996 (or 0xC29996) is known color: Rosy Brown. HEX triplet: C2, 99 and 96. RGB value is (194,153,150). Sum of RGB (Red+Green+Blue) = 194+153+150=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29996 is #3D6669. Grayscale: #A4A4A4. Windows color (decimal): -4023914 or 9869762. OLE color: 9869762.
HSL color Cylindrical-coordinate representation of color #C29996: hue angle of 4.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29996 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 150 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.24 |
| HSL | 4.09º | 0.27% | 0.67% | - |
| HSV(B) | 4.09º | 0.23% | 0.76% | - |
| XYZ | 39.14 | 36.45 | 33.83 | - |
| YUV | 164.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 150 | 0 | 0.21 | 0.23 | 0.24 | 4.09 | 0.27 | 0.67 |
| Hex | C2 | 99 | 96 | 0 | 15 | 17 | 18 | 4 | 1B | 43 |
| Octal | 302 | 231 | 226 | 0 | 25 | 27 | 30 | 4 | 33 | 103 |
| Binary | 11000010 | 10011001 | 10010110 | 0 | 10101 | 10111 | 11000 | 100 | 11011 | 1000011 |
Color Harmonies of #C29996
Complementary color
Monochromatic Colors of #C29996
Black with #C29996
Text Example
Text Example
White with #C29996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29996; }
p { color: rgb(194,153,150); }
H1.HeaderClassName
{
color: #C29996;
}
.AnyTagClassName
{
color: #C29996;
}
</style>
background-color css
<style>
a { background-color: #C29996; }
a { background-color: rgb(194,153,150); }
div.DivClassName
{
background-color: #C29996;
}
.BgClassName
{
background-color: #C29996;
}
</style>
border-color css
<style>
span { border-color: #C29996; }
span { border-color: rgb(194,153,150); }
td.TdClassName
{
border-color: #C29996;
}
.TagClassName
{
border-color: #C29996;
}
</style>