Shades of Rosy Brown #C29A96
Tints of Rosy Brown #C29A96
RGB
CMYK
RGB Variations
Color information
#C29A96 (or 0xC29A96) is known color: Rosy Brown. HEX triplet: C2, 9A and 96. RGB value is (194,154,150). Sum of RGB (Red+Green+Blue) = 194+154+150=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A96 is #3D6569. Grayscale: #A5A5A5. Windows color (decimal): -4023658 or 9870018. OLE color: 9870018.
HSL color Cylindrical-coordinate representation of color #C29A96: hue angle of 5.45º 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 #C29A96 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 150 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.24 |
| HSL | 5.45º | 0.27% | 0.67% | - |
| HSV(B) | 5.45º | 0.23% | 0.76% | - |
| XYZ | 39.31 | 36.78 | 33.88 | - |
| YUV | 165.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 150 | 0 | 0.21 | 0.23 | 0.24 | 5.45 | 0.27 | 0.67 |
| Hex | C2 | 9A | 96 | 0 | 15 | 17 | 18 | 5 | 1B | 43 |
| Octal | 302 | 232 | 226 | 0 | 25 | 27 | 30 | 5 | 33 | 103 |
| Binary | 11000010 | 10011010 | 10010110 | 0 | 10101 | 10111 | 11000 | 101 | 11011 | 1000011 |
Color Harmonies of #C29A96
Complementary color
Monochromatic Colors of #C29A96
Black with #C29A96
Text Example
Text Example
White with #C29A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A96; }
p { color: rgb(194,154,150); }
H1.HeaderClassName
{
color: #C29A96;
}
.AnyTagClassName
{
color: #C29A96;
}
</style>
background-color css
<style>
a { background-color: #C29A96; }
a { background-color: rgb(194,154,150); }
div.DivClassName
{
background-color: #C29A96;
}
.BgClassName
{
background-color: #C29A96;
}
</style>
border-color css
<style>
span { border-color: #C29A96; }
span { border-color: rgb(194,154,150); }
td.TdClassName
{
border-color: #C29A96;
}
.TagClassName
{
border-color: #C29A96;
}
</style>