Shades of Rosy Brown #C09B9A
Tints of Rosy Brown #C09B9A
RGB
CMYK
RGB Variations
Color information
#C09B9A (or 0xC09B9A) is known color: Rosy Brown. HEX triplet: C0, 9B and 9A. RGB value is (192,155,154). Sum of RGB (Red+Green+Blue) = 192+155+154=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9A is #3F6465. Grayscale: #A5A5A5. Windows color (decimal): -4154470 or 10132416. OLE color: 10132416.
HSL color Cylindrical-coordinate representation of color #C09B9A: hue angle of 1.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09B9A is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 154 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.25 |
| HSL | 1.58º | 0.23% | 0.68% | - |
| HSV(B) | 1.58º | 0.2% | 0.75% | - |
| XYZ | 39.29 | 36.98 | 35.64 | - |
| YUV | 165.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 154 | 0 | 0.19 | 0.20 | 0.25 | 1.58 | 0.23 | 0.68 |
| Hex | C0 | 9B | 9A | 0 | 13 | 14 | 19 | 2 | 17 | 44 |
| Octal | 300 | 233 | 232 | 0 | 23 | 24 | 31 | 2 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10011010 | 0 | 10011 | 10100 | 11001 | 10 | 10111 | 1000100 |
Color Harmonies of #C09B9A
Complementary color
Monochromatic Colors of #C09B9A
Black with #C09B9A
Text Example
Text Example
White with #C09B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B9A; }
p { color: rgb(192,155,154); }
H1.HeaderClassName
{
color: #C09B9A;
}
.AnyTagClassName
{
color: #C09B9A;
}
</style>
background-color css
<style>
a { background-color: #C09B9A; }
a { background-color: rgb(192,155,154); }
div.DivClassName
{
background-color: #C09B9A;
}
.BgClassName
{
background-color: #C09B9A;
}
</style>
border-color css
<style>
span { border-color: #C09B9A; }
span { border-color: rgb(192,155,154); }
td.TdClassName
{
border-color: #C09B9A;
}
.TagClassName
{
border-color: #C09B9A;
}
</style>