Shades of Brandy Rose #C37C7B
Tints of Brandy Rose #C37C7B
RGB
CMYK
RGB Variations
Color information
#C37C7B (or 0xC37C7B) is known color: Brandy Rose. HEX triplet: C3, 7C and 7B. RGB value is (195,124,123). Sum of RGB (Red+Green+Blue) = 195+124+123=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C7B is #3C8384. Grayscale: #919191. Windows color (decimal): -3965829 or 8092867. OLE color: 8092867.
HSL color Cylindrical-coordinate representation of color #C37C7B: hue angle of 0.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37C7B is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 123 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.24 |
| HSL | 0.83º | 0.38% | 0.62% | - |
| HSV(B) | 0.83º | 0.37% | 0.76% | - |
| XYZ | 33.29 | 27.45 | 22.28 | - |
| YUV | 145.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 123 | 0 | 0.36 | 0.37 | 0.24 | 0.83 | 0.38 | 0.62 |
| Hex | C3 | 7C | 7B | 0 | 24 | 25 | 18 | 1 | 26 | 3E |
| Octal | 303 | 174 | 173 | 0 | 44 | 45 | 30 | 1 | 46 | 76 |
| Binary | 11000011 | 1111100 | 1111011 | 0 | 100100 | 100101 | 11000 | 1 | 100110 | 111110 |
Color Harmonies of #C37C7B
Complementary color
Monochromatic Colors of #C37C7B
Black with #C37C7B
Text Example
Text Example
White with #C37C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C7B; }
p { color: rgb(195,124,123); }
H1.HeaderClassName
{
color: #C37C7B;
}
.AnyTagClassName
{
color: #C37C7B;
}
</style>
background-color css
<style>
a { background-color: #C37C7B; }
a { background-color: rgb(195,124,123); }
div.DivClassName
{
background-color: #C37C7B;
}
.BgClassName
{
background-color: #C37C7B;
}
</style>
border-color css
<style>
span { border-color: #C37C7B; }
span { border-color: rgb(195,124,123); }
td.TdClassName
{
border-color: #C37C7B;
}
.TagClassName
{
border-color: #C37C7B;
}
</style>