Shades of Hopbush #C67DA1
Tints of Hopbush #C67DA1
RGB
CMYK
RGB Variations
Color information
#C67DA1 (or 0xC67DA1) is known color: Hopbush. HEX triplet: C6, 7D and A1. RGB value is (198,125,161). Sum of RGB (Red+Green+Blue) = 198+125+161=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DA1 is #39825E. Grayscale: #969696. Windows color (decimal): -3768927 or 10583494. OLE color: 10583494.
HSL color Cylindrical-coordinate representation of color #C67DA1: hue angle of 330.41º 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 #C67DA1 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 161 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.22 |
| HSL | 330.41º | 0.39% | 0.63% | - |
| HSV(B) | 330.41º | 0.37% | 0.78% | - |
| XYZ | 37.06 | 29.25 | 37.41 | - |
| YUV | 150.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 161 | 0 | 0.37 | 0.19 | 0.22 | 330.41 | 0.39 | 0.63 |
| Hex | C6 | 7D | A1 | 0 | 25 | 13 | 16 | 14A | 27 | 3F |
| Octal | 306 | 175 | 241 | 0 | 45 | 23 | 26 | 512 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10100001 | 0 | 100101 | 10011 | 10110 | 101001010 | 100111 | 111111 |
Color Harmonies of #C67DA1
Complementary color
Monochromatic Colors of #C67DA1
Black with #C67DA1
Text Example
Text Example
White with #C67DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DA1; }
p { color: rgb(198,125,161); }
H1.HeaderClassName
{
color: #C67DA1;
}
.AnyTagClassName
{
color: #C67DA1;
}
</style>
background-color css
<style>
a { background-color: #C67DA1; }
a { background-color: rgb(198,125,161); }
div.DivClassName
{
background-color: #C67DA1;
}
.BgClassName
{
background-color: #C67DA1;
}
</style>
border-color css
<style>
span { border-color: #C67DA1; }
span { border-color: rgb(198,125,161); }
td.TdClassName
{
border-color: #C67DA1;
}
.TagClassName
{
border-color: #C67DA1;
}
</style>