Shades of Brandy Rose #C17E72
Tints of Brandy Rose #C17E72
RGB
CMYK
RGB Variations
Color information
#C17E72 (or 0xC17E72) is known color: Brandy Rose. HEX triplet: C1, 7E and 72. RGB value is (193,126,114). Sum of RGB (Red+Green+Blue) = 193+126+114=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E72 is #3E818D. Grayscale: #909090. Windows color (decimal): -4096398 or 7503553. OLE color: 7503553.
HSL color Cylindrical-coordinate representation of color #C17E72: hue angle of 9.11º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17E72 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 114 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.24 |
| HSL | 9.11º | 0.39% | 0.6% | - |
| HSV(B) | 9.11º | 0.41% | 0.76% | - |
| XYZ | 32.49 | 27.47 | 19.51 | - |
| YUV | 144.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 114 | 0 | 0.35 | 0.41 | 0.24 | 9.11 | 0.39 | 0.6 |
| Hex | C1 | 7E | 72 | 0 | 23 | 29 | 18 | 9 | 27 | 3C |
| Octal | 301 | 176 | 162 | 0 | 43 | 51 | 30 | 11 | 47 | 74 |
| Binary | 11000001 | 1111110 | 1110010 | 0 | 100011 | 101001 | 11000 | 1001 | 100111 | 111100 |
Color Harmonies of #C17E72
Complementary color
Monochromatic Colors of #C17E72
Black with #C17E72
Text Example
Text Example
White with #C17E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E72; }
p { color: rgb(193,126,114); }
H1.HeaderClassName
{
color: #C17E72;
}
.AnyTagClassName
{
color: #C17E72;
}
</style>
background-color css
<style>
a { background-color: #C17E72; }
a { background-color: rgb(193,126,114); }
div.DivClassName
{
background-color: #C17E72;
}
.BgClassName
{
background-color: #C17E72;
}
</style>
border-color css
<style>
span { border-color: #C17E72; }
span { border-color: rgb(193,126,114); }
td.TdClassName
{
border-color: #C17E72;
}
.TagClassName
{
border-color: #C17E72;
}
</style>