Shades of Rosy Brown #C0908F
Tints of Rosy Brown #C0908F
RGB
CMYK
RGB Variations
Color information
#C0908F (or 0xC0908F) is known color: Rosy Brown. HEX triplet: C0, 90 and 8F. RGB value is (192,144,143). Sum of RGB (Red+Green+Blue) = 192+144+143=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0908F is #3F6F70. Grayscale: #9E9E9E. Windows color (decimal): -4157297 or 9408704. OLE color: 9408704.
HSL color Cylindrical-coordinate representation of color #C0908F: hue angle of 1.22º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0908F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 143 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.25 |
| HSL | 1.22º | 0.28% | 0.66% | - |
| HSV(B) | 1.22º | 0.26% | 0.75% | - |
| XYZ | 36.67 | 33.14 | 30.45 | - |
| YUV | 158.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 143 | 0 | 0.25 | 0.26 | 0.25 | 1.22 | 0.28 | 0.66 |
| Hex | C0 | 90 | 8F | 0 | 19 | 1A | 19 | 1 | 1C | 42 |
| Octal | 300 | 220 | 217 | 0 | 31 | 32 | 31 | 1 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10001111 | 0 | 11001 | 11010 | 11001 | 1 | 11100 | 1000010 |
Color Harmonies of #C0908F
Complementary color
Monochromatic Colors of #C0908F
Black with #C0908F
Text Example
Text Example
White with #C0908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0908F; }
p { color: rgb(192,144,143); }
H1.HeaderClassName
{
color: #C0908F;
}
.AnyTagClassName
{
color: #C0908F;
}
</style>
background-color css
<style>
a { background-color: #C0908F; }
a { background-color: rgb(192,144,143); }
div.DivClassName
{
background-color: #C0908F;
}
.BgClassName
{
background-color: #C0908F;
}
</style>
border-color css
<style>
span { border-color: #C0908F; }
span { border-color: rgb(192,144,143); }
td.TdClassName
{
border-color: #C0908F;
}
.TagClassName
{
border-color: #C0908F;
}
</style>