Shades of Rosy Brown #C09A97
Tints of Rosy Brown #C09A97
RGB
CMYK
RGB Variations
Color information
#C09A97 (or 0xC09A97) is known color: Rosy Brown. HEX triplet: C0, 9A and 97. RGB value is (192,154,151). Sum of RGB (Red+Green+Blue) = 192+154+151=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A97 is #3F6568. Grayscale: #A5A5A5. Windows color (decimal): -4154729 or 9935552. OLE color: 9935552.
HSL color Cylindrical-coordinate representation of color #C09A97: hue angle of 4.39º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09A97 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 151 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.25 |
| HSL | 4.39º | 0.25% | 0.67% | - |
| HSV(B) | 4.39º | 0.21% | 0.75% | - |
| XYZ | 38.88 | 36.55 | 34.28 | - |
| YUV | 165.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 151 | 0 | 0.20 | 0.21 | 0.25 | 4.39 | 0.25 | 0.67 |
| Hex | C0 | 9A | 97 | 0 | 14 | 15 | 19 | 4 | 19 | 43 |
| Octal | 300 | 232 | 227 | 0 | 24 | 25 | 31 | 4 | 31 | 103 |
| Binary | 11000000 | 10011010 | 10010111 | 0 | 10100 | 10101 | 11001 | 100 | 11001 | 1000011 |
Color Harmonies of #C09A97
Complementary color
Monochromatic Colors of #C09A97
Black with #C09A97
Text Example
Text Example
White with #C09A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A97; }
p { color: rgb(192,154,151); }
H1.HeaderClassName
{
color: #C09A97;
}
.AnyTagClassName
{
color: #C09A97;
}
</style>
background-color css
<style>
a { background-color: #C09A97; }
a { background-color: rgb(192,154,151); }
div.DivClassName
{
background-color: #C09A97;
}
.BgClassName
{
background-color: #C09A97;
}
</style>
border-color css
<style>
span { border-color: #C09A97; }
span { border-color: rgb(192,154,151); }
td.TdClassName
{
border-color: #C09A97;
}
.TagClassName
{
border-color: #C09A97;
}
</style>