Shades of Hopbush #C96693
Tints of Hopbush #C96693
RGB
CMYK
RGB Variations
Color information
#C96693 (or 0xC96693) is known color: Hopbush. HEX triplet: C9, 66 and 93. RGB value is (201,102,147). Sum of RGB (Red+Green+Blue) = 201+102+147=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C96693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96693 is #36996C. Grayscale: #888888. Windows color (decimal): -3578221 or 9660105. OLE color: 9660105.
HSL color Cylindrical-coordinate representation of color #C96693: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96693 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 147 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.21 |
| HSL | 332.73º | 0.48% | 0.59% | - |
| HSV(B) | 332.73º | 0.49% | 0.79% | - |
| XYZ | 34.11 | 24.03 | 30.44 | - |
| YUV | 136.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 147 | 0 | 0.49 | 0.27 | 0.21 | 332.73 | 0.48 | 0.59 |
| Hex | C9 | 66 | 93 | 0 | 31 | 1B | 15 | 14D | 30 | 3B |
| Octal | 311 | 146 | 223 | 0 | 61 | 33 | 25 | 515 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10010011 | 0 | 110001 | 11011 | 10101 | 101001101 | 110000 | 111011 |
Color Harmonies of #C96693
Complementary color
Monochromatic Colors of #C96693
Black with #C96693
Text Example
Text Example
White with #C96693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96693; }
p { color: rgb(201,102,147); }
H1.HeaderClassName
{
color: #C96693;
}
.AnyTagClassName
{
color: #C96693;
}
</style>
background-color css
<style>
a { background-color: #C96693; }
a { background-color: rgb(201,102,147); }
div.DivClassName
{
background-color: #C96693;
}
.BgClassName
{
background-color: #C96693;
}
</style>
border-color css
<style>
span { border-color: #C96693; }
span { border-color: rgb(201,102,147); }
td.TdClassName
{
border-color: #C96693;
}
.TagClassName
{
border-color: #C96693;
}
</style>