Shades of Brandy Rose #C08775
Tints of Brandy Rose #C08775
RGB
CMYK
RGB Variations
Color information
#C08775 (or 0xC08775) is known color: Brandy Rose. HEX triplet: C0, 87 and 75. RGB value is (192,135,117). Sum of RGB (Red+Green+Blue) = 192+135+117=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08775 is #3F788A. Grayscale: #969696. Windows color (decimal): -4159627 or 7702464. OLE color: 7702464.
HSL color Cylindrical-coordinate representation of color #C08775: hue angle of 14.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08775 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 117 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.25 |
| HSL | 14.4º | 0.37% | 0.61% | - |
| HSV(B) | 14.4º | 0.39% | 0.75% | - |
| XYZ | 33.61 | 29.82 | 20.81 | - |
| YUV | 149.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 117 | 0 | 0.30 | 0.39 | 0.25 | 14.4 | 0.37 | 0.61 |
| Hex | C0 | 87 | 75 | 0 | 1E | 27 | 19 | E | 25 | 3D |
| Octal | 300 | 207 | 165 | 0 | 36 | 47 | 31 | 16 | 45 | 75 |
| Binary | 11000000 | 10000111 | 1110101 | 0 | 11110 | 100111 | 11001 | 1110 | 100101 | 111101 |
Color Harmonies of #C08775
Complementary color
Monochromatic Colors of #C08775
Black with #C08775
Text Example
Text Example
White with #C08775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08775; }
p { color: rgb(192,135,117); }
H1.HeaderClassName
{
color: #C08775;
}
.AnyTagClassName
{
color: #C08775;
}
</style>
background-color css
<style>
a { background-color: #C08775; }
a { background-color: rgb(192,135,117); }
div.DivClassName
{
background-color: #C08775;
}
.BgClassName
{
background-color: #C08775;
}
</style>
border-color css
<style>
span { border-color: #C08775; }
span { border-color: rgb(192,135,117); }
td.TdClassName
{
border-color: #C08775;
}
.TagClassName
{
border-color: #C08775;
}
</style>