Shades of Rosy Brown #C69595
Tints of Rosy Brown #C69595
RGB
CMYK
RGB Variations
Color information
#C69595 (or 0xC69595) is known color: Rosy Brown. HEX triplet: C6, 95 and 95. RGB value is (198,149,149). Sum of RGB (Red+Green+Blue) = 198+149+149=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C69595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69595 is #396A6A. Grayscale: #A3A3A3. Windows color (decimal): -3762795 or 9803206. OLE color: 9803206.
HSL color Cylindrical-coordinate representation of color #C69595: hue angle of 0º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69595 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 149 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.22 |
| HSL | 0º | 0.3% | 0.68% | - |
| HSV(B) | 0º | 0.25% | 0.78% | - |
| XYZ | 39.46 | 35.67 | 33.24 | - |
| YUV | 163.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 149 | 0 | 0.25 | 0.25 | 0.22 | 0 | 0.3 | 0.68 |
| Hex | C6 | 95 | 95 | 0 | 19 | 19 | 16 | 0 | 1E | 44 |
| Octal | 306 | 225 | 225 | 0 | 31 | 31 | 26 | 0 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10010101 | 0 | 11001 | 11001 | 10110 | 0 | 11110 | 1000100 |
Color Harmonies of #C69595
Complementary color
Monochromatic Colors of #C69595
Black with #C69595
Text Example
Text Example
White with #C69595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69595; }
p { color: rgb(198,149,149); }
H1.HeaderClassName
{
color: #C69595;
}
.AnyTagClassName
{
color: #C69595;
}
</style>
background-color css
<style>
a { background-color: #C69595; }
a { background-color: rgb(198,149,149); }
div.DivClassName
{
background-color: #C69595;
}
.BgClassName
{
background-color: #C69595;
}
</style>
border-color css
<style>
span { border-color: #C69595; }
span { border-color: rgb(198,149,149); }
td.TdClassName
{
border-color: #C69595;
}
.TagClassName
{
border-color: #C69595;
}
</style>