Shades of Brandy Rose #C4817A
Tints of Brandy Rose #C4817A
RGB
CMYK
RGB Variations
Color information
#C4817A (or 0xC4817A) is known color: Brandy Rose. HEX triplet: C4, 81 and 7A. RGB value is (196,129,122). Sum of RGB (Red+Green+Blue) = 196+129+122=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817A is #3B7E85. Grayscale: #949494. Windows color (decimal): -3899014 or 8028612. OLE color: 8028612.
HSL color Cylindrical-coordinate representation of color #C4817A: hue angle of 5.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4817A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 122 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.23 |
| HSL | 5.68º | 0.39% | 0.62% | - |
| HSV(B) | 5.68º | 0.38% | 0.77% | - |
| XYZ | 34.13 | 28.84 | 22.18 | - |
| YUV | 148.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 122 | 0 | 0.34 | 0.38 | 0.23 | 5.68 | 0.39 | 0.62 |
| Hex | C4 | 81 | 7A | 0 | 22 | 26 | 17 | 6 | 27 | 3E |
| Octal | 304 | 201 | 172 | 0 | 42 | 46 | 27 | 6 | 47 | 76 |
| Binary | 11000100 | 10000001 | 1111010 | 0 | 100010 | 100110 | 10111 | 110 | 100111 | 111110 |
Color Harmonies of #C4817A
Complementary color
Monochromatic Colors of #C4817A
Black with #C4817A
Text Example
Text Example
White with #C4817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4817A; }
p { color: rgb(196,129,122); }
H1.HeaderClassName
{
color: #C4817A;
}
.AnyTagClassName
{
color: #C4817A;
}
</style>
background-color css
<style>
a { background-color: #C4817A; }
a { background-color: rgb(196,129,122); }
div.DivClassName
{
background-color: #C4817A;
}
.BgClassName
{
background-color: #C4817A;
}
</style>
border-color css
<style>
span { border-color: #C4817A; }
span { border-color: rgb(196,129,122); }
td.TdClassName
{
border-color: #C4817A;
}
.TagClassName
{
border-color: #C4817A;
}
</style>