Shades of Rosy Brown #C29692
Tints of Rosy Brown #C29692
RGB
CMYK
RGB Variations
Color information
#C29692 (or 0xC29692) is known color: Rosy Brown. HEX triplet: C2, 96 and 92. RGB value is (194,150,146). Sum of RGB (Red+Green+Blue) = 194+150+146=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29692 is #3D696D. Grayscale: #A2A2A2. Windows color (decimal): -4024686 or 9606850. OLE color: 9606850.
HSL color Cylindrical-coordinate representation of color #C29692: hue angle of 5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29692 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 146 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.24 |
| HSL | 5º | 0.28% | 0.67% | - |
| HSV(B) | 5º | 0.25% | 0.76% | - |
| XYZ | 38.34 | 35.36 | 32 | - |
| YUV | 162.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 146 | 0 | 0.23 | 0.25 | 0.24 | 5 | 0.28 | 0.67 |
| Hex | C2 | 96 | 92 | 0 | 17 | 19 | 18 | 5 | 1C | 43 |
| Octal | 302 | 226 | 222 | 0 | 27 | 31 | 30 | 5 | 34 | 103 |
| Binary | 11000010 | 10010110 | 10010010 | 0 | 10111 | 11001 | 11000 | 101 | 11100 | 1000011 |
Color Harmonies of #C29692
Complementary color
Monochromatic Colors of #C29692
Black with #C29692
Text Example
Text Example
White with #C29692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29692; }
p { color: rgb(194,150,146); }
H1.HeaderClassName
{
color: #C29692;
}
.AnyTagClassName
{
color: #C29692;
}
</style>
background-color css
<style>
a { background-color: #C29692; }
a { background-color: rgb(194,150,146); }
div.DivClassName
{
background-color: #C29692;
}
.BgClassName
{
background-color: #C29692;
}
</style>
border-color css
<style>
span { border-color: #C29692; }
span { border-color: rgb(194,150,146); }
td.TdClassName
{
border-color: #C29692;
}
.TagClassName
{
border-color: #C29692;
}
</style>