Shades of Rosy Brown #C69290
Tints of Rosy Brown #C69290
RGB
CMYK
RGB Variations
Color information
#C69290 (or 0xC69290) is known color: Rosy Brown. HEX triplet: C6, 92 and 90. RGB value is (198,146,144). Sum of RGB (Red+Green+Blue) = 198+146+144=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69290 is #396D6F. Grayscale: #A1A1A1. Windows color (decimal): -3763568 or 9474758. OLE color: 9474758.
HSL color Cylindrical-coordinate representation of color #C69290: hue angle of 2.22º 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 #C69290 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 144 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.22 |
| HSL | 2.22º | 0.32% | 0.67% | - |
| HSV(B) | 2.22º | 0.27% | 0.78% | - |
| XYZ | 38.6 | 34.58 | 31.03 | - |
| YUV | 161.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 144 | 0 | 0.26 | 0.27 | 0.22 | 2.22 | 0.32 | 0.67 |
| Hex | C6 | 92 | 90 | 0 | 1A | 1B | 16 | 2 | 20 | 43 |
| Octal | 306 | 222 | 220 | 0 | 32 | 33 | 26 | 2 | 40 | 103 |
| Binary | 11000110 | 10010010 | 10010000 | 0 | 11010 | 11011 | 10110 | 10 | 100000 | 1000011 |
Color Harmonies of #C69290
Complementary color
Monochromatic Colors of #C69290
Black with #C69290
Text Example
Text Example
White with #C69290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69290; }
p { color: rgb(198,146,144); }
H1.HeaderClassName
{
color: #C69290;
}
.AnyTagClassName
{
color: #C69290;
}
</style>
background-color css
<style>
a { background-color: #C69290; }
a { background-color: rgb(198,146,144); }
div.DivClassName
{
background-color: #C69290;
}
.BgClassName
{
background-color: #C69290;
}
</style>
border-color css
<style>
span { border-color: #C69290; }
span { border-color: rgb(198,146,144); }
td.TdClassName
{
border-color: #C69290;
}
.TagClassName
{
border-color: #C69290;
}
</style>