Shades of Hopbush #CB678F
Tints of Hopbush #CB678F
RGB
CMYK
RGB Variations
Color information
#CB678F (or 0xCB678F) is known color: Hopbush. HEX triplet: CB, 67 and 8F. RGB value is (203,103,143). Sum of RGB (Red+Green+Blue) = 203+103+143=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB678F is #349870. Grayscale: #898989. Windows color (decimal): -3446897 or 9398219. OLE color: 9398219.
HSL color Cylindrical-coordinate representation of color #CB678F: hue angle of 336º 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 #CB678F is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 143 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.20 |
| HSL | 336º | 0.49% | 0.6% | - |
| HSV(B) | 336º | 0.49% | 0.8% | - |
| XYZ | 34.44 | 24.38 | 28.88 | - |
| YUV | 137.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 143 | 0 | 0.49 | 0.30 | 0.20 | 336 | 0.49 | 0.6 |
| Hex | CB | 67 | 8F | 0 | 31 | 1E | 14 | 150 | 31 | 3C |
| Octal | 313 | 147 | 217 | 0 | 61 | 36 | 24 | 520 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10001111 | 0 | 110001 | 11110 | 10100 | 101010000 | 110001 | 111100 |
Color Harmonies of #CB678F
Complementary color
Monochromatic Colors of #CB678F
Black with #CB678F
Text Example
Text Example
White with #CB678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB678F; }
p { color: rgb(203,103,143); }
H1.HeaderClassName
{
color: #CB678F;
}
.AnyTagClassName
{
color: #CB678F;
}
</style>
background-color css
<style>
a { background-color: #CB678F; }
a { background-color: rgb(203,103,143); }
div.DivClassName
{
background-color: #CB678F;
}
.BgClassName
{
background-color: #CB678F;
}
</style>
border-color css
<style>
span { border-color: #CB678F; }
span { border-color: rgb(203,103,143); }
td.TdClassName
{
border-color: #CB678F;
}
.TagClassName
{
border-color: #CB678F;
}
</style>