Shades of Hopbush #C67DA3
Tints of Hopbush #C67DA3
RGB
CMYK
RGB Variations
Color information
#C67DA3 (or 0xC67DA3) is known color: Hopbush. HEX triplet: C6, 7D and A3. RGB value is (198,125,163). Sum of RGB (Red+Green+Blue) = 198+125+163=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DA3 is #39825C. Grayscale: #979797. Windows color (decimal): -3768925 or 10714566. OLE color: 10714566.
HSL color Cylindrical-coordinate representation of color #C67DA3: hue angle of 328.77º 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 #C67DA3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 163 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.22 |
| HSL | 328.77º | 0.39% | 0.63% | - |
| HSV(B) | 328.77º | 0.37% | 0.78% | - |
| XYZ | 37.23 | 29.32 | 38.35 | - |
| YUV | 151.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 163 | 0 | 0.37 | 0.18 | 0.22 | 328.77 | 0.39 | 0.63 |
| Hex | C6 | 7D | A3 | 0 | 25 | 12 | 16 | 149 | 27 | 3F |
| Octal | 306 | 175 | 243 | 0 | 45 | 22 | 26 | 511 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10100011 | 0 | 100101 | 10010 | 10110 | 101001001 | 100111 | 111111 |
Color Harmonies of #C67DA3
Complementary color
Monochromatic Colors of #C67DA3
Black with #C67DA3
Text Example
Text Example
White with #C67DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DA3; }
p { color: rgb(198,125,163); }
H1.HeaderClassName
{
color: #C67DA3;
}
.AnyTagClassName
{
color: #C67DA3;
}
</style>
background-color css
<style>
a { background-color: #C67DA3; }
a { background-color: rgb(198,125,163); }
div.DivClassName
{
background-color: #C67DA3;
}
.BgClassName
{
background-color: #C67DA3;
}
</style>
border-color css
<style>
span { border-color: #C67DA3; }
span { border-color: rgb(198,125,163); }
td.TdClassName
{
border-color: #C67DA3;
}
.TagClassName
{
border-color: #C67DA3;
}
</style>