Shades of Brandy Rose #C38072
Tints of Brandy Rose #C38072
RGB
CMYK
RGB Variations
Color information
#C38072 (or 0xC38072) is known color: Brandy Rose. HEX triplet: C3, 80 and 72. RGB value is (195,128,114). Sum of RGB (Red+Green+Blue) = 195+128+114=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C38072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38072 is #3C7F8D. Grayscale: #929292. Windows color (decimal): -3964814 or 7504067. OLE color: 7504067.
HSL color Cylindrical-coordinate representation of color #C38072: hue angle of 10.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38072 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 114 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.24 |
| HSL | 10.37º | 0.4% | 0.61% | - |
| HSV(B) | 10.37º | 0.42% | 0.76% | - |
| XYZ | 33.26 | 28.26 | 19.62 | - |
| YUV | 146.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 114 | 0 | 0.34 | 0.42 | 0.24 | 10.37 | 0.4 | 0.61 |
| Hex | C3 | 80 | 72 | 0 | 22 | 2A | 18 | A | 28 | 3D |
| Octal | 303 | 200 | 162 | 0 | 42 | 52 | 30 | 12 | 50 | 75 |
| Binary | 11000011 | 10000000 | 1110010 | 0 | 100010 | 101010 | 11000 | 1010 | 101000 | 111101 |
Color Harmonies of #C38072
Complementary color
Monochromatic Colors of #C38072
Black with #C38072
Text Example
Text Example
White with #C38072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38072; }
p { color: rgb(195,128,114); }
H1.HeaderClassName
{
color: #C38072;
}
.AnyTagClassName
{
color: #C38072;
}
</style>
background-color css
<style>
a { background-color: #C38072; }
a { background-color: rgb(195,128,114); }
div.DivClassName
{
background-color: #C38072;
}
.BgClassName
{
background-color: #C38072;
}
</style>
border-color css
<style>
span { border-color: #C38072; }
span { border-color: rgb(195,128,114); }
td.TdClassName
{
border-color: #C38072;
}
.TagClassName
{
border-color: #C38072;
}
</style>