Shades of Rosy Brown #C29995
Tints of Rosy Brown #C29995
RGB
CMYK
RGB Variations
Color information
#C29995 (or 0xC29995) is known color: Rosy Brown. HEX triplet: C2, 99 and 95. RGB value is (194,153,149). Sum of RGB (Red+Green+Blue) = 194+153+149=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29995 is #3D666A. Grayscale: #A4A4A4. Windows color (decimal): -4023915 or 9804226. OLE color: 9804226.
HSL color Cylindrical-coordinate representation of color #C29995: hue angle of 5.33º 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 #C29995 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 149 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.24 |
| HSL | 5.33º | 0.27% | 0.67% | - |
| HSV(B) | 5.33º | 0.23% | 0.76% | - |
| XYZ | 39.06 | 36.42 | 33.4 | - |
| YUV | 164.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 149 | 0 | 0.21 | 0.23 | 0.24 | 5.33 | 0.27 | 0.67 |
| Hex | C2 | 99 | 95 | 0 | 15 | 17 | 18 | 5 | 1B | 43 |
| Octal | 302 | 231 | 225 | 0 | 25 | 27 | 30 | 5 | 33 | 103 |
| Binary | 11000010 | 10011001 | 10010101 | 0 | 10101 | 10111 | 11000 | 101 | 11011 | 1000011 |
Color Harmonies of #C29995
Complementary color
Monochromatic Colors of #C29995
Black with #C29995
Text Example
Text Example
White with #C29995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29995; }
p { color: rgb(194,153,149); }
H1.HeaderClassName
{
color: #C29995;
}
.AnyTagClassName
{
color: #C29995;
}
</style>
background-color css
<style>
a { background-color: #C29995; }
a { background-color: rgb(194,153,149); }
div.DivClassName
{
background-color: #C29995;
}
.BgClassName
{
background-color: #C29995;
}
</style>
border-color css
<style>
span { border-color: #C29995; }
span { border-color: rgb(194,153,149); }
td.TdClassName
{
border-color: #C29995;
}
.TagClassName
{
border-color: #C29995;
}
</style>