Shades of Rosy Brown #C69191
Tints of Rosy Brown #C69191
RGB
CMYK
RGB Variations
Color information
#C69191 (or 0xC69191) is known color: Rosy Brown. HEX triplet: C6, 91 and 91. RGB value is (198,145,145). Sum of RGB (Red+Green+Blue) = 198+145+145=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69191 is #396E6E. Grayscale: #A0A0A0. Windows color (decimal): -3763823 or 9540038. OLE color: 9540038.
HSL color Cylindrical-coordinate representation of color #C69191: hue angle of 0º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69191 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 145 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.22 |
| HSL | 0º | 0.32% | 0.67% | - |
| HSV(B) | 0º | 0.27% | 0.78% | - |
| XYZ | 38.52 | 34.3 | 31.38 | - |
| YUV | 160.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 145 | 0 | 0.27 | 0.27 | 0.22 | 0 | 0.32 | 0.67 |
| Hex | C6 | 91 | 91 | 0 | 1B | 1B | 16 | 0 | 20 | 43 |
| Octal | 306 | 221 | 221 | 0 | 33 | 33 | 26 | 0 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10010001 | 0 | 11011 | 11011 | 10110 | 0 | 100000 | 1000011 |
Color Harmonies of #C69191
Complementary color
Monochromatic Colors of #C69191
Black with #C69191
Text Example
Text Example
White with #C69191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69191; }
p { color: rgb(198,145,145); }
H1.HeaderClassName
{
color: #C69191;
}
.AnyTagClassName
{
color: #C69191;
}
</style>
background-color css
<style>
a { background-color: #C69191; }
a { background-color: rgb(198,145,145); }
div.DivClassName
{
background-color: #C69191;
}
.BgClassName
{
background-color: #C69191;
}
</style>
border-color css
<style>
span { border-color: #C69191; }
span { border-color: rgb(198,145,145); }
td.TdClassName
{
border-color: #C69191;
}
.TagClassName
{
border-color: #C69191;
}
</style>