Shades of Brandy Rose #C08A70
Tints of Brandy Rose #C08A70
RGB
CMYK
RGB Variations
Color information
#C08A70 (or 0xC08A70) is known color: Brandy Rose. HEX triplet: C0, 8A and 70. RGB value is (192,138,112). Sum of RGB (Red+Green+Blue) = 192+138+112=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A70 is #3F758F. Grayscale: #979797. Windows color (decimal): -4158864 or 7375552. OLE color: 7375552.
HSL color Cylindrical-coordinate representation of color #C08A70: hue angle of 19.5º 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 #C08A70 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 112 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.25 |
| HSL | 19.5º | 0.39% | 0.6% | - |
| HSV(B) | 19.5º | 0.42% | 0.75% | - |
| XYZ | 33.75 | 30.55 | 19.45 | - |
| YUV | 151.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 112 | 0 | 0.28 | 0.42 | 0.25 | 19.5 | 0.39 | 0.6 |
| Hex | C0 | 8A | 70 | 0 | 1C | 2A | 19 | 14 | 27 | 3C |
| Octal | 300 | 212 | 160 | 0 | 34 | 52 | 31 | 24 | 47 | 74 |
| Binary | 11000000 | 10001010 | 1110000 | 0 | 11100 | 101010 | 11001 | 10100 | 100111 | 111100 |
Color Harmonies of #C08A70
Complementary color
Monochromatic Colors of #C08A70
Black with #C08A70
Text Example
Text Example
White with #C08A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A70; }
p { color: rgb(192,138,112); }
H1.HeaderClassName
{
color: #C08A70;
}
.AnyTagClassName
{
color: #C08A70;
}
</style>
background-color css
<style>
a { background-color: #C08A70; }
a { background-color: rgb(192,138,112); }
div.DivClassName
{
background-color: #C08A70;
}
.BgClassName
{
background-color: #C08A70;
}
</style>
border-color css
<style>
span { border-color: #C08A70; }
span { border-color: rgb(192,138,112); }
td.TdClassName
{
border-color: #C08A70;
}
.TagClassName
{
border-color: #C08A70;
}
</style>