Shades of Brandy Rose #C28375
Tints of Brandy Rose #C28375
RGB
CMYK
RGB Variations
Color information
#C28375 (or 0xC28375) is known color: Brandy Rose. HEX triplet: C2, 83 and 75. RGB value is (194,131,117). Sum of RGB (Red+Green+Blue) = 194+131+117=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28375 is #3D7C8A. Grayscale: #949494. Windows color (decimal): -4029579 or 7701442. OLE color: 7701442.
HSL color Cylindrical-coordinate representation of color #C28375: hue angle of 10.91º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28375 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 117 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.24 |
| HSL | 10.91º | 0.39% | 0.61% | - |
| HSV(B) | 10.91º | 0.4% | 0.76% | - |
| XYZ | 33.58 | 28.99 | 20.65 | - |
| YUV | 148.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 117 | 0 | 0.32 | 0.40 | 0.24 | 10.91 | 0.39 | 0.61 |
| Hex | C2 | 83 | 75 | 0 | 20 | 28 | 18 | B | 27 | 3D |
| Octal | 302 | 203 | 165 | 0 | 40 | 50 | 30 | 13 | 47 | 75 |
| Binary | 11000010 | 10000011 | 1110101 | 0 | 100000 | 101000 | 11000 | 1011 | 100111 | 111101 |
Color Harmonies of #C28375
Complementary color
Monochromatic Colors of #C28375
Black with #C28375
Text Example
Text Example
White with #C28375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28375; }
p { color: rgb(194,131,117); }
H1.HeaderClassName
{
color: #C28375;
}
.AnyTagClassName
{
color: #C28375;
}
</style>
background-color css
<style>
a { background-color: #C28375; }
a { background-color: rgb(194,131,117); }
div.DivClassName
{
background-color: #C28375;
}
.BgClassName
{
background-color: #C28375;
}
</style>
border-color css
<style>
span { border-color: #C28375; }
span { border-color: rgb(194,131,117); }
td.TdClassName
{
border-color: #C28375;
}
.TagClassName
{
border-color: #C28375;
}
</style>