Shades of Hopbush #CB678D
Tints of Hopbush #CB678D
RGB
CMYK
RGB Variations
Color information
#CB678D (or 0xCB678D) is known color: Hopbush. HEX triplet: CB, 67 and 8D. RGB value is (203,103,141). Sum of RGB (Red+Green+Blue) = 203+103+141=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB678D is #349872. Grayscale: #898989. Windows color (decimal): -3446899 or 9267147. OLE color: 9267147.
HSL color Cylindrical-coordinate representation of color #CB678D: hue angle of 337.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB678D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 141 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.20 |
| HSL | 337.2º | 0.49% | 0.6% | - |
| HSV(B) | 337.2º | 0.49% | 0.8% | - |
| XYZ | 34.29 | 24.32 | 28.09 | - |
| YUV | 137.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 141 | 0 | 0.49 | 0.31 | 0.20 | 337.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 8D | 0 | 31 | 1F | 14 | 151 | 31 | 3C |
| Octal | 313 | 147 | 215 | 0 | 61 | 37 | 24 | 521 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10001101 | 0 | 110001 | 11111 | 10100 | 101010001 | 110001 | 111100 |
Color Harmonies of #CB678D
Complementary color
Monochromatic Colors of #CB678D
Black with #CB678D
Text Example
Text Example
White with #CB678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB678D; }
p { color: rgb(203,103,141); }
H1.HeaderClassName
{
color: #CB678D;
}
.AnyTagClassName
{
color: #CB678D;
}
</style>
background-color css
<style>
a { background-color: #CB678D; }
a { background-color: rgb(203,103,141); }
div.DivClassName
{
background-color: #CB678D;
}
.BgClassName
{
background-color: #CB678D;
}
</style>
border-color css
<style>
span { border-color: #CB678D; }
span { border-color: rgb(203,103,141); }
td.TdClassName
{
border-color: #CB678D;
}
.TagClassName
{
border-color: #CB678D;
}
</style>