Shades of Brandy Rose #C08572
Tints of Brandy Rose #C08572
RGB
CMYK
RGB Variations
Color information
#C08572 (or 0xC08572) is known color: Brandy Rose. HEX triplet: C0, 85 and 72. RGB value is (192,133,114). Sum of RGB (Red+Green+Blue) = 192+133+114=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08572 is #3F7A8D. Grayscale: #949494. Windows color (decimal): -4160142 or 7505344. OLE color: 7505344.
HSL color Cylindrical-coordinate representation of color #C08572: hue angle of 14.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08572 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 114 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.25 |
| HSL | 14.62º | 0.38% | 0.6% | - |
| HSV(B) | 14.62º | 0.41% | 0.75% | - |
| XYZ | 33.16 | 29.2 | 19.81 | - |
| YUV | 148.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 114 | 0 | 0.31 | 0.41 | 0.25 | 14.62 | 0.38 | 0.6 |
| Hex | C0 | 85 | 72 | 0 | 1F | 29 | 19 | F | 26 | 3C |
| Octal | 300 | 205 | 162 | 0 | 37 | 51 | 31 | 17 | 46 | 74 |
| Binary | 11000000 | 10000101 | 1110010 | 0 | 11111 | 101001 | 11001 | 1111 | 100110 | 111100 |
Color Harmonies of #C08572
Complementary color
Monochromatic Colors of #C08572
Black with #C08572
Text Example
Text Example
White with #C08572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08572; }
p { color: rgb(192,133,114); }
H1.HeaderClassName
{
color: #C08572;
}
.AnyTagClassName
{
color: #C08572;
}
</style>
background-color css
<style>
a { background-color: #C08572; }
a { background-color: rgb(192,133,114); }
div.DivClassName
{
background-color: #C08572;
}
.BgClassName
{
background-color: #C08572;
}
</style>
border-color css
<style>
span { border-color: #C08572; }
span { border-color: rgb(192,133,114); }
td.TdClassName
{
border-color: #C08572;
}
.TagClassName
{
border-color: #C08572;
}
</style>