Shades of Brandy Rose #C38174
Tints of Brandy Rose #C38174
RGB
CMYK
RGB Variations
Color information
#C38174 (or 0xC38174) is known color: Brandy Rose. HEX triplet: C3, 81 and 74. RGB value is (195,129,116). Sum of RGB (Red+Green+Blue) = 195+129+116=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38174 is #3C7E8B. Grayscale: #939393. Windows color (decimal): -3964556 or 7635395. OLE color: 7635395.
HSL color Cylindrical-coordinate representation of color #C38174: hue angle of 9.87º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38174 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 116 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.24 |
| HSL | 9.87º | 0.4% | 0.61% | - |
| HSV(B) | 9.87º | 0.41% | 0.76% | - |
| XYZ | 33.51 | 28.56 | 20.27 | - |
| YUV | 147.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 116 | 0 | 0.34 | 0.41 | 0.24 | 9.87 | 0.4 | 0.61 |
| Hex | C3 | 81 | 74 | 0 | 22 | 29 | 18 | A | 28 | 3D |
| Octal | 303 | 201 | 164 | 0 | 42 | 51 | 30 | 12 | 50 | 75 |
| Binary | 11000011 | 10000001 | 1110100 | 0 | 100010 | 101001 | 11000 | 1010 | 101000 | 111101 |
Color Harmonies of #C38174
Complementary color
Monochromatic Colors of #C38174
Black with #C38174
Text Example
Text Example
White with #C38174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38174; }
p { color: rgb(195,129,116); }
H1.HeaderClassName
{
color: #C38174;
}
.AnyTagClassName
{
color: #C38174;
}
</style>
background-color css
<style>
a { background-color: #C38174; }
a { background-color: rgb(195,129,116); }
div.DivClassName
{
background-color: #C38174;
}
.BgClassName
{
background-color: #C38174;
}
</style>
border-color css
<style>
span { border-color: #C38174; }
span { border-color: rgb(195,129,116); }
td.TdClassName
{
border-color: #C38174;
}
.TagClassName
{
border-color: #C38174;
}
</style>