Shades of Brandy Rose #C18574
Tints of Brandy Rose #C18574
RGB
CMYK
RGB Variations
Color information
#C18574 (or 0xC18574) is known color: Brandy Rose. HEX triplet: C1, 85 and 74. RGB value is (193,133,116). Sum of RGB (Red+Green+Blue) = 193+133+116=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18574 is #3E7A8B. Grayscale: #959595. Windows color (decimal): -4094604 or 7636417. OLE color: 7636417.
HSL color Cylindrical-coordinate representation of color #C18574: hue angle of 13.25º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18574 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 116 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.24 |
| HSL | 13.25º | 0.38% | 0.61% | - |
| HSV(B) | 13.25º | 0.4% | 0.76% | - |
| XYZ | 33.53 | 29.37 | 20.43 | - |
| YUV | 149 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 116 | 0 | 0.31 | 0.40 | 0.24 | 13.25 | 0.38 | 0.61 |
| Hex | C1 | 85 | 74 | 0 | 1F | 28 | 18 | D | 26 | 3D |
| Octal | 301 | 205 | 164 | 0 | 37 | 50 | 30 | 15 | 46 | 75 |
| Binary | 11000001 | 10000101 | 1110100 | 0 | 11111 | 101000 | 11000 | 1101 | 100110 | 111101 |
Color Harmonies of #C18574
Complementary color
Monochromatic Colors of #C18574
Black with #C18574
Text Example
Text Example
White with #C18574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18574; }
p { color: rgb(193,133,116); }
H1.HeaderClassName
{
color: #C18574;
}
.AnyTagClassName
{
color: #C18574;
}
</style>
background-color css
<style>
a { background-color: #C18574; }
a { background-color: rgb(193,133,116); }
div.DivClassName
{
background-color: #C18574;
}
.BgClassName
{
background-color: #C18574;
}
</style>
border-color css
<style>
span { border-color: #C18574; }
span { border-color: rgb(193,133,116); }
td.TdClassName
{
border-color: #C18574;
}
.TagClassName
{
border-color: #C18574;
}
</style>