Shades of Brandy Rose #C28073
Tints of Brandy Rose #C28073
RGB
CMYK
RGB Variations
Color information
#C28073 (or 0xC28073) is known color: Brandy Rose. HEX triplet: C2, 80 and 73. RGB value is (194,128,115). Sum of RGB (Red+Green+Blue) = 194+128+115=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28073 is #3D7F8C. Grayscale: #929292. Windows color (decimal): -4030349 or 7569602. OLE color: 7569602.
HSL color Cylindrical-coordinate representation of color #C28073: hue angle of 9.87º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28073 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 115 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.24 |
| HSL | 9.87º | 0.39% | 0.61% | - |
| HSV(B) | 9.87º | 0.41% | 0.76% | - |
| XYZ | 33.06 | 28.15 | 19.91 | - |
| YUV | 146.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 115 | 0 | 0.34 | 0.41 | 0.24 | 9.87 | 0.39 | 0.61 |
| Hex | C2 | 80 | 73 | 0 | 22 | 29 | 18 | A | 27 | 3D |
| Octal | 302 | 200 | 163 | 0 | 42 | 51 | 30 | 12 | 47 | 75 |
| Binary | 11000010 | 10000000 | 1110011 | 0 | 100010 | 101001 | 11000 | 1010 | 100111 | 111101 |
Color Harmonies of #C28073
Complementary color
Monochromatic Colors of #C28073
Black with #C28073
Text Example
Text Example
White with #C28073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28073; }
p { color: rgb(194,128,115); }
H1.HeaderClassName
{
color: #C28073;
}
.AnyTagClassName
{
color: #C28073;
}
</style>
background-color css
<style>
a { background-color: #C28073; }
a { background-color: rgb(194,128,115); }
div.DivClassName
{
background-color: #C28073;
}
.BgClassName
{
background-color: #C28073;
}
</style>
border-color css
<style>
span { border-color: #C28073; }
span { border-color: rgb(194,128,115); }
td.TdClassName
{
border-color: #C28073;
}
.TagClassName
{
border-color: #C28073;
}
</style>