Shades of Brandy Rose #C18273
Tints of Brandy Rose #C18273
RGB
CMYK
RGB Variations
Color information
#C18273 (or 0xC18273) is known color: Brandy Rose. HEX triplet: C1, 82 and 73. RGB value is (193,130,115). Sum of RGB (Red+Green+Blue) = 193+130+115=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C18273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18273 is #3E7D8C. Grayscale: #939393. Windows color (decimal): -4095373 or 7570113. OLE color: 7570113.
HSL color Cylindrical-coordinate representation of color #C18273: hue angle of 11.54º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18273 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 115 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.24 |
| HSL | 11.54º | 0.39% | 0.6% | - |
| HSV(B) | 11.54º | 0.4% | 0.76% | - |
| XYZ | 33.07 | 28.54 | 19.99 | - |
| YUV | 147.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 115 | 0 | 0.33 | 0.40 | 0.24 | 11.54 | 0.39 | 0.6 |
| Hex | C1 | 82 | 73 | 0 | 21 | 28 | 18 | C | 27 | 3C |
| Octal | 301 | 202 | 163 | 0 | 41 | 50 | 30 | 14 | 47 | 74 |
| Binary | 11000001 | 10000010 | 1110011 | 0 | 100001 | 101000 | 11000 | 1100 | 100111 | 111100 |
Color Harmonies of #C18273
Complementary color
Monochromatic Colors of #C18273
Black with #C18273
Text Example
Text Example
White with #C18273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18273; }
p { color: rgb(193,130,115); }
H1.HeaderClassName
{
color: #C18273;
}
.AnyTagClassName
{
color: #C18273;
}
</style>
background-color css
<style>
a { background-color: #C18273; }
a { background-color: rgb(193,130,115); }
div.DivClassName
{
background-color: #C18273;
}
.BgClassName
{
background-color: #C18273;
}
</style>
border-color css
<style>
span { border-color: #C18273; }
span { border-color: rgb(193,130,115); }
td.TdClassName
{
border-color: #C18273;
}
.TagClassName
{
border-color: #C18273;
}
</style>