Shades of Rosy Brown #C29693
Tints of Rosy Brown #C29693
RGB
CMYK
RGB Variations
Color information
#C29693 (or 0xC29693) is known color: Rosy Brown. HEX triplet: C2, 96 and 93. RGB value is (194,150,147). Sum of RGB (Red+Green+Blue) = 194+150+147=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29693 is #3D696C. Grayscale: #A2A2A2. Windows color (decimal): -4024685 or 9672386. OLE color: 9672386.
HSL color Cylindrical-coordinate representation of color #C29693: hue angle of 3.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29693 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 147 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.24 |
| HSL | 3.83º | 0.28% | 0.67% | - |
| HSV(B) | 3.83º | 0.24% | 0.76% | - |
| XYZ | 38.42 | 35.39 | 32.41 | - |
| YUV | 162.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 147 | 0 | 0.23 | 0.24 | 0.24 | 3.83 | 0.28 | 0.67 |
| Hex | C2 | 96 | 93 | 0 | 17 | 18 | 18 | 4 | 1C | 43 |
| Octal | 302 | 226 | 223 | 0 | 27 | 30 | 30 | 4 | 34 | 103 |
| Binary | 11000010 | 10010110 | 10010011 | 0 | 10111 | 11000 | 11000 | 100 | 11100 | 1000011 |
Color Harmonies of #C29693
Complementary color
Monochromatic Colors of #C29693
Black with #C29693
Text Example
Text Example
White with #C29693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29693; }
p { color: rgb(194,150,147); }
H1.HeaderClassName
{
color: #C29693;
}
.AnyTagClassName
{
color: #C29693;
}
</style>
background-color css
<style>
a { background-color: #C29693; }
a { background-color: rgb(194,150,147); }
div.DivClassName
{
background-color: #C29693;
}
.BgClassName
{
background-color: #C29693;
}
</style>
border-color css
<style>
span { border-color: #C29693; }
span { border-color: rgb(194,150,147); }
td.TdClassName
{
border-color: #C29693;
}
.TagClassName
{
border-color: #C29693;
}
</style>