Shades of Brandy Rose #C07D70
Tints of Brandy Rose #C07D70
RGB
CMYK
RGB Variations
Color information
#C07D70 (or 0xC07D70) is known color: Brandy Rose. HEX triplet: C0, 7D and 70. RGB value is (192,125,112). Sum of RGB (Red+Green+Blue) = 192+125+112=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D70 is #3F828F. Grayscale: #8F8F8F. Windows color (decimal): -4162192 or 7372224. OLE color: 7372224.
HSL color Cylindrical-coordinate representation of color #C07D70: hue angle of 9.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07D70 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 112 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.25 |
| HSL | 9.75º | 0.39% | 0.6% | - |
| HSV(B) | 9.75º | 0.42% | 0.75% | - |
| XYZ | 32 | 27.04 | 18.86 | - |
| YUV | 143.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 112 | 0 | 0.35 | 0.42 | 0.25 | 9.75 | 0.39 | 0.6 |
| Hex | C0 | 7D | 70 | 0 | 23 | 2A | 19 | A | 27 | 3C |
| Octal | 300 | 175 | 160 | 0 | 43 | 52 | 31 | 12 | 47 | 74 |
| Binary | 11000000 | 1111101 | 1110000 | 0 | 100011 | 101010 | 11001 | 1010 | 100111 | 111100 |
Color Harmonies of #C07D70
Complementary color
Monochromatic Colors of #C07D70
Black with #C07D70
Text Example
Text Example
White with #C07D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D70; }
p { color: rgb(192,125,112); }
H1.HeaderClassName
{
color: #C07D70;
}
.AnyTagClassName
{
color: #C07D70;
}
</style>
background-color css
<style>
a { background-color: #C07D70; }
a { background-color: rgb(192,125,112); }
div.DivClassName
{
background-color: #C07D70;
}
.BgClassName
{
background-color: #C07D70;
}
</style>
border-color css
<style>
span { border-color: #C07D70; }
span { border-color: rgb(192,125,112); }
td.TdClassName
{
border-color: #C07D70;
}
.TagClassName
{
border-color: #C07D70;
}
</style>