Shades of Hopbush #CB679C
Tints of Hopbush #CB679C
RGB
CMYK
RGB Variations
Color information
#CB679C (or 0xCB679C) is known color: Hopbush. HEX triplet: CB, 67 and 9C. RGB value is (203,103,156). Sum of RGB (Red+Green+Blue) = 203+103+156=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB679C is #349863. Grayscale: #8A8A8A. Windows color (decimal): -3446884 or 10250187. OLE color: 10250187.
HSL color Cylindrical-coordinate representation of color #CB679C: hue angle of 328.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 #CB679C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 156 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.20 |
| HSL | 328.2º | 0.49% | 0.6% | - |
| HSV(B) | 328.2º | 0.49% | 0.8% | - |
| XYZ | 35.48 | 24.8 | 34.37 | - |
| YUV | 138.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 156 | 0 | 0.49 | 0.23 | 0.20 | 328.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 9C | 0 | 31 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 147 | 234 | 0 | 61 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10011100 | 0 | 110001 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB679C
Complementary color
Monochromatic Colors of #CB679C
Black with #CB679C
Text Example
Text Example
White with #CB679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB679C; }
p { color: rgb(203,103,156); }
H1.HeaderClassName
{
color: #CB679C;
}
.AnyTagClassName
{
color: #CB679C;
}
</style>
background-color css
<style>
a { background-color: #CB679C; }
a { background-color: rgb(203,103,156); }
div.DivClassName
{
background-color: #CB679C;
}
.BgClassName
{
background-color: #CB679C;
}
</style>
border-color css
<style>
span { border-color: #CB679C; }
span { border-color: rgb(203,103,156); }
td.TdClassName
{
border-color: #CB679C;
}
.TagClassName
{
border-color: #CB679C;
}
</style>