Shades of Brandy Rose #C38976
Tints of Brandy Rose #C38976
RGB
CMYK
RGB Variations
Color information
#C38976 (or 0xC38976) is known color: Brandy Rose. HEX triplet: C3, 89 and 76. RGB value is (195,137,118). Sum of RGB (Red+Green+Blue) = 195+137+118=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38976 is #3C7689. Grayscale: #989898. Windows color (decimal): -3962506 or 7768515. OLE color: 7768515.
HSL color Cylindrical-coordinate representation of color #C38976: hue angle of 14.81º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38976 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 118 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.24 |
| HSL | 14.81º | 0.39% | 0.61% | - |
| HSV(B) | 14.81º | 0.39% | 0.76% | - |
| XYZ | 34.72 | 30.8 | 21.25 | - |
| YUV | 152.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 118 | 0 | 0.30 | 0.39 | 0.24 | 14.81 | 0.39 | 0.61 |
| Hex | C3 | 89 | 76 | 0 | 1E | 27 | 18 | F | 27 | 3D |
| Octal | 303 | 211 | 166 | 0 | 36 | 47 | 30 | 17 | 47 | 75 |
| Binary | 11000011 | 10001001 | 1110110 | 0 | 11110 | 100111 | 11000 | 1111 | 100111 | 111101 |
Color Harmonies of #C38976
Complementary color
Monochromatic Colors of #C38976
Black with #C38976
Text Example
Text Example
White with #C38976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38976; }
p { color: rgb(195,137,118); }
H1.HeaderClassName
{
color: #C38976;
}
.AnyTagClassName
{
color: #C38976;
}
</style>
background-color css
<style>
a { background-color: #C38976; }
a { background-color: rgb(195,137,118); }
div.DivClassName
{
background-color: #C38976;
}
.BgClassName
{
background-color: #C38976;
}
</style>
border-color css
<style>
span { border-color: #C38976; }
span { border-color: rgb(195,137,118); }
td.TdClassName
{
border-color: #C38976;
}
.TagClassName
{
border-color: #C38976;
}
</style>