Shades of Rosy Brown #C68D8D
Tints of Rosy Brown #C68D8D
RGB
CMYK
RGB Variations
Color information
#C68D8D (or 0xC68D8D) is known color: Rosy Brown. HEX triplet: C6, 8D and 8D. RGB value is (198,141,141). Sum of RGB (Red+Green+Blue) = 198+141+141=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D8D is #397272. Grayscale: #9E9E9E. Windows color (decimal): -3764851 or 9276870. OLE color: 9276870.
HSL color Cylindrical-coordinate representation of color #C68D8D: hue angle of 0º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68D8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 0º | 0.33% | 0.66% | - |
| HSV(B) | 0º | 0.29% | 0.78% | - |
| XYZ | 37.62 | 32.98 | 29.58 | - |
| YUV | 158.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 141 | 0 | 0.29 | 0.29 | 0.22 | 0 | 0.33 | 0.66 |
| Hex | C6 | 8D | 8D | 0 | 1D | 1D | 16 | 0 | 21 | 42 |
| Octal | 306 | 215 | 215 | 0 | 35 | 35 | 26 | 0 | 41 | 102 |
| Binary | 11000110 | 10001101 | 10001101 | 0 | 11101 | 11101 | 10110 | 0 | 100001 | 1000010 |
Color Harmonies of #C68D8D
Complementary color
Monochromatic Colors of #C68D8D
Black with #C68D8D
Text Example
Text Example
White with #C68D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D8D; }
p { color: rgb(198,141,141); }
H1.HeaderClassName
{
color: #C68D8D;
}
.AnyTagClassName
{
color: #C68D8D;
}
</style>
background-color css
<style>
a { background-color: #C68D8D; }
a { background-color: rgb(198,141,141); }
div.DivClassName
{
background-color: #C68D8D;
}
.BgClassName
{
background-color: #C68D8D;
}
</style>
border-color css
<style>
span { border-color: #C68D8D; }
span { border-color: rgb(198,141,141); }
td.TdClassName
{
border-color: #C68D8D;
}
.TagClassName
{
border-color: #C68D8D;
}
</style>