Shades of Brandy Rose #C08673
Tints of Brandy Rose #C08673
RGB
CMYK
RGB Variations
Color information
#C08673 (or 0xC08673) is known color: Brandy Rose. HEX triplet: C0, 86 and 73. RGB value is (192,134,115). Sum of RGB (Red+Green+Blue) = 192+134+115=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08673 is #3F798C. Grayscale: #959595. Windows color (decimal): -4159885 or 7571136. OLE color: 7571136.
HSL color Cylindrical-coordinate representation of color #C08673: hue angle of 14.81º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08673 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 115 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.25 |
| HSL | 14.81º | 0.38% | 0.6% | - |
| HSV(B) | 14.81º | 0.4% | 0.75% | - |
| XYZ | 33.36 | 29.49 | 20.15 | - |
| YUV | 149.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 115 | 0 | 0.30 | 0.40 | 0.25 | 14.81 | 0.38 | 0.6 |
| Hex | C0 | 86 | 73 | 0 | 1E | 28 | 19 | F | 26 | 3C |
| Octal | 300 | 206 | 163 | 0 | 36 | 50 | 31 | 17 | 46 | 74 |
| Binary | 11000000 | 10000110 | 1110011 | 0 | 11110 | 101000 | 11001 | 1111 | 100110 | 111100 |
Color Harmonies of #C08673
Complementary color
Monochromatic Colors of #C08673
Black with #C08673
Text Example
Text Example
White with #C08673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08673; }
p { color: rgb(192,134,115); }
H1.HeaderClassName
{
color: #C08673;
}
.AnyTagClassName
{
color: #C08673;
}
</style>
background-color css
<style>
a { background-color: #C08673; }
a { background-color: rgb(192,134,115); }
div.DivClassName
{
background-color: #C08673;
}
.BgClassName
{
background-color: #C08673;
}
</style>
border-color css
<style>
span { border-color: #C08673; }
span { border-color: rgb(192,134,115); }
td.TdClassName
{
border-color: #C08673;
}
.TagClassName
{
border-color: #C08673;
}
</style>