Shades of Hopbush #C67DA2
Tints of Hopbush #C67DA2
RGB
CMYK
RGB Variations
Color information
#C67DA2 (or 0xC67DA2) is known color: Hopbush. HEX triplet: C6, 7D and A2. RGB value is (198,125,162). Sum of RGB (Red+Green+Blue) = 198+125+162=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DA2 is #39825D. Grayscale: #969696. Windows color (decimal): -3768926 or 10649030. OLE color: 10649030.
HSL color Cylindrical-coordinate representation of color #C67DA2: hue angle of 329.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 162 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.22 |
| HSL | 329.59º | 0.39% | 0.63% | - |
| HSV(B) | 329.59º | 0.37% | 0.78% | - |
| XYZ | 37.14 | 29.28 | 37.88 | - |
| YUV | 151.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 162 | 0 | 0.37 | 0.18 | 0.22 | 329.59 | 0.39 | 0.63 |
| Hex | C6 | 7D | A2 | 0 | 25 | 12 | 16 | 14A | 27 | 3F |
| Octal | 306 | 175 | 242 | 0 | 45 | 22 | 26 | 512 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10100010 | 0 | 100101 | 10010 | 10110 | 101001010 | 100111 | 111111 |
Color Harmonies of #C67DA2
Complementary color
Monochromatic Colors of #C67DA2
Black with #C67DA2
Text Example
Text Example
White with #C67DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DA2; }
p { color: rgb(198,125,162); }
H1.HeaderClassName
{
color: #C67DA2;
}
.AnyTagClassName
{
color: #C67DA2;
}
</style>
background-color css
<style>
a { background-color: #C67DA2; }
a { background-color: rgb(198,125,162); }
div.DivClassName
{
background-color: #C67DA2;
}
.BgClassName
{
background-color: #C67DA2;
}
</style>
border-color css
<style>
span { border-color: #C67DA2; }
span { border-color: rgb(198,125,162); }
td.TdClassName
{
border-color: #C67DA2;
}
.TagClassName
{
border-color: #C67DA2;
}
</style>