Shades of Brandy Rose #C58378
Tints of Brandy Rose #C58378
RGB
CMYK
RGB Variations
Color information
#C58378 (or 0xC58378) is known color: Brandy Rose. HEX triplet: C5, 83 and 78. RGB value is (197,131,120). Sum of RGB (Red+Green+Blue) = 197+131+120=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C58378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58378 is #3A7C87. Grayscale: #959595. Windows color (decimal): -3832968 or 7898053. OLE color: 7898053.
HSL color Cylindrical-coordinate representation of color #C58378: hue angle of 8.57º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58378 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 120 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.23 |
| HSL | 8.57º | 0.4% | 0.62% | - |
| HSV(B) | 8.57º | 0.39% | 0.77% | - |
| XYZ | 34.53 | 29.46 | 21.64 | - |
| YUV | 149.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 120 | 0 | 0.34 | 0.39 | 0.23 | 8.57 | 0.4 | 0.62 |
| Hex | C5 | 83 | 78 | 0 | 22 | 27 | 17 | 9 | 28 | 3E |
| Octal | 305 | 203 | 170 | 0 | 42 | 47 | 27 | 11 | 50 | 76 |
| Binary | 11000101 | 10000011 | 1111000 | 0 | 100010 | 100111 | 10111 | 1001 | 101000 | 111110 |
Color Harmonies of #C58378
Complementary color
Monochromatic Colors of #C58378
Black with #C58378
Text Example
Text Example
White with #C58378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58378; }
p { color: rgb(197,131,120); }
H1.HeaderClassName
{
color: #C58378;
}
.AnyTagClassName
{
color: #C58378;
}
</style>
background-color css
<style>
a { background-color: #C58378; }
a { background-color: rgb(197,131,120); }
div.DivClassName
{
background-color: #C58378;
}
.BgClassName
{
background-color: #C58378;
}
</style>
border-color css
<style>
span { border-color: #C58378; }
span { border-color: rgb(197,131,120); }
td.TdClassName
{
border-color: #C58378;
}
.TagClassName
{
border-color: #C58378;
}
</style>