Shades of Rosy Brown #C29695
Tints of Rosy Brown #C29695
RGB
CMYK
RGB Variations
Color information
#C29695 (or 0xC29695) is known color: Rosy Brown. HEX triplet: C2, 96 and 95. RGB value is (194,150,149). Sum of RGB (Red+Green+Blue) = 194+150+149=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29695 is #3D696A. Grayscale: #A3A3A3. Windows color (decimal): -4024683 or 9803458. OLE color: 9803458.
HSL color Cylindrical-coordinate representation of color #C29695: hue angle of 1.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 #C29695 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 149 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.24 |
| HSL | 1.33º | 0.27% | 0.67% | - |
| HSV(B) | 1.33º | 0.23% | 0.76% | - |
| XYZ | 38.58 | 35.45 | 33.24 | - |
| YUV | 163.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 149 | 0 | 0.23 | 0.23 | 0.24 | 1.33 | 0.27 | 0.67 |
| Hex | C2 | 96 | 95 | 0 | 17 | 17 | 18 | 1 | 1B | 43 |
| Octal | 302 | 226 | 225 | 0 | 27 | 27 | 30 | 1 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10010101 | 0 | 10111 | 10111 | 11000 | 1 | 11011 | 1000011 |
Color Harmonies of #C29695
Complementary color
Monochromatic Colors of #C29695
Black with #C29695
Text Example
Text Example
White with #C29695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29695; }
p { color: rgb(194,150,149); }
H1.HeaderClassName
{
color: #C29695;
}
.AnyTagClassName
{
color: #C29695;
}
</style>
background-color css
<style>
a { background-color: #C29695; }
a { background-color: rgb(194,150,149); }
div.DivClassName
{
background-color: #C29695;
}
.BgClassName
{
background-color: #C29695;
}
</style>
border-color css
<style>
span { border-color: #C29695; }
span { border-color: rgb(194,150,149); }
td.TdClassName
{
border-color: #C29695;
}
.TagClassName
{
border-color: #C29695;
}
</style>