Shades of Hopbush #C67B9F
Tints of Hopbush #C67B9F
RGB
CMYK
RGB Variations
Color information
#C67B9F (or 0xC67B9F) is known color: Hopbush. HEX triplet: C6, 7B and 9F. RGB value is (198,123,159). Sum of RGB (Red+Green+Blue) = 198+123+159=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67B9F is #398460. Grayscale: #959595. Windows color (decimal): -3769441 or 10451910. OLE color: 10451910.
HSL color Cylindrical-coordinate representation of color #C67B9F: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67B9F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 159 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.22 |
| HSL | 331.2º | 0.4% | 0.63% | - |
| HSV(B) | 331.2º | 0.38% | 0.78% | - |
| XYZ | 36.63 | 28.67 | 36.41 | - |
| YUV | 149.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 159 | 0 | 0.38 | 0.20 | 0.22 | 331.2 | 0.4 | 0.63 |
| Hex | C6 | 7B | 9F | 0 | 26 | 14 | 16 | 14B | 28 | 3F |
| Octal | 306 | 173 | 237 | 0 | 46 | 24 | 26 | 513 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10011111 | 0 | 100110 | 10100 | 10110 | 101001011 | 101000 | 111111 |
Color Harmonies of #C67B9F
Complementary color
Monochromatic Colors of #C67B9F
Black with #C67B9F
Text Example
Text Example
White with #C67B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B9F; }
p { color: rgb(198,123,159); }
H1.HeaderClassName
{
color: #C67B9F;
}
.AnyTagClassName
{
color: #C67B9F;
}
</style>
background-color css
<style>
a { background-color: #C67B9F; }
a { background-color: rgb(198,123,159); }
div.DivClassName
{
background-color: #C67B9F;
}
.BgClassName
{
background-color: #C67B9F;
}
</style>
border-color css
<style>
span { border-color: #C67B9F; }
span { border-color: rgb(198,123,159); }
td.TdClassName
{
border-color: #C67B9F;
}
.TagClassName
{
border-color: #C67B9F;
}
</style>