Shades of Hopbush #C66692
Tints of Hopbush #C66692
RGB
CMYK
RGB Variations
Color information
#C66692 (or 0xC66692) is known color: Hopbush. HEX triplet: C6, 66 and 92. RGB value is (198,102,146). Sum of RGB (Red+Green+Blue) = 198+102+146=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66692 is #39996D. Grayscale: #878787. Windows color (decimal): -3774830 or 9594566. OLE color: 9594566.
HSL color Cylindrical-coordinate representation of color #C66692: hue angle of 332.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66692 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 146 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.22 |
| HSL | 332.5º | 0.46% | 0.59% | - |
| HSV(B) | 332.5º | 0.48% | 0.78% | - |
| XYZ | 33.23 | 23.58 | 29.99 | - |
| YUV | 135.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 146 | 0 | 0.48 | 0.26 | 0.22 | 332.5 | 0.46 | 0.59 |
| Hex | C6 | 66 | 92 | 0 | 30 | 1A | 16 | 14C | 2E | 3B |
| Octal | 306 | 146 | 222 | 0 | 60 | 32 | 26 | 514 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10010010 | 0 | 110000 | 11010 | 10110 | 101001100 | 101110 | 111011 |
Color Harmonies of #C66692
Complementary color
Monochromatic Colors of #C66692
Black with #C66692
Text Example
Text Example
White with #C66692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66692; }
p { color: rgb(198,102,146); }
H1.HeaderClassName
{
color: #C66692;
}
.AnyTagClassName
{
color: #C66692;
}
</style>
background-color css
<style>
a { background-color: #C66692; }
a { background-color: rgb(198,102,146); }
div.DivClassName
{
background-color: #C66692;
}
.BgClassName
{
background-color: #C66692;
}
</style>
border-color css
<style>
span { border-color: #C66692; }
span { border-color: rgb(198,102,146); }
td.TdClassName
{
border-color: #C66692;
}
.TagClassName
{
border-color: #C66692;
}
</style>