Shades of Brandy Rose #C17D7D
Tints of Brandy Rose #C17D7D
RGB
CMYK
RGB Variations
Color information
#C17D7D (or 0xC17D7D) is known color: Brandy Rose. HEX triplet: C1, 7D and 7D. RGB value is (193,125,125). Sum of RGB (Red+Green+Blue) = 193+125+125=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D7D is #3E8282. Grayscale: #919191. Windows color (decimal): -4096643 or 8224193. OLE color: 8224193.
HSL color Cylindrical-coordinate representation of color #C17D7D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17D7D is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 125 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.24 |
| HSL | 0º | 0.35% | 0.62% | - |
| HSV(B) | 0º | 0.35% | 0.76% | - |
| XYZ | 33.03 | 27.49 | 22.97 | - |
| YUV | 145.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 125 | 0 | 0.35 | 0.35 | 0.24 | 0 | 0.35 | 0.62 |
| Hex | C1 | 7D | 7D | 0 | 23 | 23 | 18 | 0 | 23 | 3E |
| Octal | 301 | 175 | 175 | 0 | 43 | 43 | 30 | 0 | 43 | 76 |
| Binary | 11000001 | 1111101 | 1111101 | 0 | 100011 | 100011 | 11000 | 0 | 100011 | 111110 |
Color Harmonies of #C17D7D
Complementary color
Monochromatic Colors of #C17D7D
Black with #C17D7D
Text Example
Text Example
White with #C17D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D7D; }
p { color: rgb(193,125,125); }
H1.HeaderClassName
{
color: #C17D7D;
}
.AnyTagClassName
{
color: #C17D7D;
}
</style>
background-color css
<style>
a { background-color: #C17D7D; }
a { background-color: rgb(193,125,125); }
div.DivClassName
{
background-color: #C17D7D;
}
.BgClassName
{
background-color: #C17D7D;
}
</style>
border-color css
<style>
span { border-color: #C17D7D; }
span { border-color: rgb(193,125,125); }
td.TdClassName
{
border-color: #C17D7D;
}
.TagClassName
{
border-color: #C17D7D;
}
</style>