Shades of Rosy Brown #C0908D
Tints of Rosy Brown #C0908D
RGB
CMYK
RGB Variations
Color information
#C0908D (or 0xC0908D) is known color: Rosy Brown. HEX triplet: C0, 90 and 8D. RGB value is (192,144,141). Sum of RGB (Red+Green+Blue) = 192+144+141=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0908D is #3F6F72. Grayscale: #9E9E9E. Windows color (decimal): -4157299 or 9277632. OLE color: 9277632.
HSL color Cylindrical-coordinate representation of color #C0908D: hue angle of 3.53º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0908D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 141 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.25 |
| HSL | 3.53º | 0.29% | 0.65% | - |
| HSV(B) | 3.53º | 0.27% | 0.75% | - |
| XYZ | 36.52 | 33.08 | 29.66 | - |
| YUV | 158.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 141 | 0 | 0.25 | 0.27 | 0.25 | 3.53 | 0.29 | 0.65 |
| Hex | C0 | 90 | 8D | 0 | 19 | 1B | 19 | 4 | 1D | 41 |
| Octal | 300 | 220 | 215 | 0 | 31 | 33 | 31 | 4 | 35 | 101 |
| Binary | 11000000 | 10010000 | 10001101 | 0 | 11001 | 11011 | 11001 | 100 | 11101 | 1000001 |
Color Harmonies of #C0908D
Complementary color
Monochromatic Colors of #C0908D
Black with #C0908D
Text Example
Text Example
White with #C0908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0908D; }
p { color: rgb(192,144,141); }
H1.HeaderClassName
{
color: #C0908D;
}
.AnyTagClassName
{
color: #C0908D;
}
</style>
background-color css
<style>
a { background-color: #C0908D; }
a { background-color: rgb(192,144,141); }
div.DivClassName
{
background-color: #C0908D;
}
.BgClassName
{
background-color: #C0908D;
}
</style>
border-color css
<style>
span { border-color: #C0908D; }
span { border-color: rgb(192,144,141); }
td.TdClassName
{
border-color: #C0908D;
}
.TagClassName
{
border-color: #C0908D;
}
</style>