Shades of Brandy Rose #C0806C
Tints of Brandy Rose #C0806C
RGB
CMYK
RGB Variations
Color information
#C0806C (or 0xC0806C) is known color: Brandy Rose. HEX triplet: C0, 80 and 6C. RGB value is (192,128,108). Sum of RGB (Red+Green+Blue) = 192+128+108=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0806C is #3F7F93. Grayscale: #919191. Windows color (decimal): -4161428 or 7110848. OLE color: 7110848.
HSL color Cylindrical-coordinate representation of color #C0806C: hue angle of 14.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0806C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 108 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.25 |
| HSL | 14.29º | 0.4% | 0.59% | - |
| HSV(B) | 14.29º | 0.44% | 0.75% | - |
| XYZ | 32.16 | 27.73 | 17.84 | - |
| YUV | 144.86 | 107.2 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 108 | 0 | 0.33 | 0.44 | 0.25 | 14.29 | 0.4 | 0.59 |
| Hex | C0 | 80 | 6C | 0 | 21 | 2C | 19 | E | 28 | 3B |
| Octal | 300 | 200 | 154 | 0 | 41 | 54 | 31 | 16 | 50 | 73 |
| Binary | 11000000 | 10000000 | 1101100 | 0 | 100001 | 101100 | 11001 | 1110 | 101000 | 111011 |
Color Harmonies of #C0806C
Complementary color
Monochromatic Colors of #C0806C
Black with #C0806C
Text Example
Text Example
White with #C0806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0806C; }
p { color: rgb(192,128,108); }
H1.HeaderClassName
{
color: #C0806C;
}
.AnyTagClassName
{
color: #C0806C;
}
</style>
background-color css
<style>
a { background-color: #C0806C; }
a { background-color: rgb(192,128,108); }
div.DivClassName
{
background-color: #C0806C;
}
.BgClassName
{
background-color: #C0806C;
}
</style>
border-color css
<style>
span { border-color: #C0806C; }
span { border-color: rgb(192,128,108); }
td.TdClassName
{
border-color: #C0806C;
}
.TagClassName
{
border-color: #C0806C;
}
</style>