Shades of Rosy Brown #C69392
Tints of Rosy Brown #C69392
RGB
CMYK
RGB Variations
Color information
#C69392 (or 0xC69392) is known color: Rosy Brown. HEX triplet: C6, 93 and 92. RGB value is (198,147,146). Sum of RGB (Red+Green+Blue) = 198+147+146=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C69392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69392 is #396C6D. Grayscale: #A2A2A2. Windows color (decimal): -3763310 or 9606086. OLE color: 9606086.
HSL color Cylindrical-coordinate representation of color #C69392: hue angle of 1.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69392 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 146 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.22 |
| HSL | 1.15º | 0.31% | 0.67% | - |
| HSV(B) | 1.15º | 0.26% | 0.78% | - |
| XYZ | 38.91 | 34.95 | 31.89 | - |
| YUV | 162.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 146 | 0 | 0.26 | 0.26 | 0.22 | 1.15 | 0.31 | 0.67 |
| Hex | C6 | 93 | 92 | 0 | 1A | 1A | 16 | 1 | 1F | 43 |
| Octal | 306 | 223 | 222 | 0 | 32 | 32 | 26 | 1 | 37 | 103 |
| Binary | 11000110 | 10010011 | 10010010 | 0 | 11010 | 11010 | 10110 | 1 | 11111 | 1000011 |
Color Harmonies of #C69392
Complementary color
Monochromatic Colors of #C69392
Black with #C69392
Text Example
Text Example
White with #C69392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69392; }
p { color: rgb(198,147,146); }
H1.HeaderClassName
{
color: #C69392;
}
.AnyTagClassName
{
color: #C69392;
}
</style>
background-color css
<style>
a { background-color: #C69392; }
a { background-color: rgb(198,147,146); }
div.DivClassName
{
background-color: #C69392;
}
.BgClassName
{
background-color: #C69392;
}
</style>
border-color css
<style>
span { border-color: #C69392; }
span { border-color: rgb(198,147,146); }
td.TdClassName
{
border-color: #C69392;
}
.TagClassName
{
border-color: #C69392;
}
</style>