Shades of Brandy Rose #C28A74
Tints of Brandy Rose #C28A74
RGB
CMYK
RGB Variations
Color information
#C28A74 (or 0xC28A74) is known color: Brandy Rose. HEX triplet: C2, 8A and 74. RGB value is (194,138,116). Sum of RGB (Red+Green+Blue) = 194+138+116=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A74 is #3D758B. Grayscale: #989898. Windows color (decimal): -4027788 or 7637698. OLE color: 7637698.
HSL color Cylindrical-coordinate representation of color #C28A74: hue angle of 16.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28A74 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 116 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.24 |
| HSL | 16.92º | 0.39% | 0.61% | - |
| HSV(B) | 16.92º | 0.4% | 0.76% | - |
| XYZ | 34.49 | 30.91 | 20.67 | - |
| YUV | 152.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 116 | 0 | 0.29 | 0.40 | 0.24 | 16.92 | 0.39 | 0.61 |
| Hex | C2 | 8A | 74 | 0 | 1D | 28 | 18 | 11 | 27 | 3D |
| Octal | 302 | 212 | 164 | 0 | 35 | 50 | 30 | 21 | 47 | 75 |
| Binary | 11000010 | 10001010 | 1110100 | 0 | 11101 | 101000 | 11000 | 10001 | 100111 | 111101 |
Color Harmonies of #C28A74
Complementary color
Monochromatic Colors of #C28A74
Black with #C28A74
Text Example
Text Example
White with #C28A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A74; }
p { color: rgb(194,138,116); }
H1.HeaderClassName
{
color: #C28A74;
}
.AnyTagClassName
{
color: #C28A74;
}
</style>
background-color css
<style>
a { background-color: #C28A74; }
a { background-color: rgb(194,138,116); }
div.DivClassName
{
background-color: #C28A74;
}
.BgClassName
{
background-color: #C28A74;
}
</style>
border-color css
<style>
span { border-color: #C28A74; }
span { border-color: rgb(194,138,116); }
td.TdClassName
{
border-color: #C28A74;
}
.TagClassName
{
border-color: #C28A74;
}
</style>