Shades of Brandy Rose #C38179
Tints of Brandy Rose #C38179
RGB
CMYK
RGB Variations
Color information
#C38179 (or 0xC38179) is known color: Brandy Rose. HEX triplet: C3, 81 and 79. RGB value is (195,129,121). Sum of RGB (Red+Green+Blue) = 195+129+121=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38179 is #3C7E86. Grayscale: #939393. Windows color (decimal): -3964551 or 7963075. OLE color: 7963075.
HSL color Cylindrical-coordinate representation of color #C38179: hue angle of 6.49º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38179 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 121 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.24 |
| HSL | 6.49º | 0.38% | 0.62% | - |
| HSV(B) | 6.49º | 0.38% | 0.76% | - |
| XYZ | 33.81 | 28.68 | 21.84 | - |
| YUV | 147.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 121 | 0 | 0.34 | 0.38 | 0.24 | 6.49 | 0.38 | 0.62 |
| Hex | C3 | 81 | 79 | 0 | 22 | 26 | 18 | 6 | 26 | 3E |
| Octal | 303 | 201 | 171 | 0 | 42 | 46 | 30 | 6 | 46 | 76 |
| Binary | 11000011 | 10000001 | 1111001 | 0 | 100010 | 100110 | 11000 | 110 | 100110 | 111110 |
Color Harmonies of #C38179
Complementary color
Monochromatic Colors of #C38179
Black with #C38179
Text Example
Text Example
White with #C38179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38179; }
p { color: rgb(195,129,121); }
H1.HeaderClassName
{
color: #C38179;
}
.AnyTagClassName
{
color: #C38179;
}
</style>
background-color css
<style>
a { background-color: #C38179; }
a { background-color: rgb(195,129,121); }
div.DivClassName
{
background-color: #C38179;
}
.BgClassName
{
background-color: #C38179;
}
</style>
border-color css
<style>
span { border-color: #C38179; }
span { border-color: rgb(195,129,121); }
td.TdClassName
{
border-color: #C38179;
}
.TagClassName
{
border-color: #C38179;
}
</style>