Shades of Brandy Rose #C37C77
Tints of Brandy Rose #C37C77
RGB
CMYK
RGB Variations
Color information
#C37C77 (or 0xC37C77) is known color: Brandy Rose. HEX triplet: C3, 7C and 77. RGB value is (195,124,119). Sum of RGB (Red+Green+Blue) = 195+124+119=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C77 is #3C8388. Grayscale: #909090. Windows color (decimal): -3965833 or 7830723. OLE color: 7830723.
HSL color Cylindrical-coordinate representation of color #C37C77: hue angle of 3.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37C77 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 119 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.24 |
| HSL | 3.95º | 0.39% | 0.62% | - |
| HSV(B) | 3.95º | 0.39% | 0.76% | - |
| XYZ | 33.04 | 27.35 | 20.99 | - |
| YUV | 144.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 119 | 0 | 0.36 | 0.39 | 0.24 | 3.95 | 0.39 | 0.62 |
| Hex | C3 | 7C | 77 | 0 | 24 | 27 | 18 | 4 | 27 | 3E |
| Octal | 303 | 174 | 167 | 0 | 44 | 47 | 30 | 4 | 47 | 76 |
| Binary | 11000011 | 1111100 | 1110111 | 0 | 100100 | 100111 | 11000 | 100 | 100111 | 111110 |
Color Harmonies of #C37C77
Complementary color
Monochromatic Colors of #C37C77
Black with #C37C77
Text Example
Text Example
White with #C37C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C77; }
p { color: rgb(195,124,119); }
H1.HeaderClassName
{
color: #C37C77;
}
.AnyTagClassName
{
color: #C37C77;
}
</style>
background-color css
<style>
a { background-color: #C37C77; }
a { background-color: rgb(195,124,119); }
div.DivClassName
{
background-color: #C37C77;
}
.BgClassName
{
background-color: #C37C77;
}
</style>
border-color css
<style>
span { border-color: #C37C77; }
span { border-color: rgb(195,124,119); }
td.TdClassName
{
border-color: #C37C77;
}
.TagClassName
{
border-color: #C37C77;
}
</style>