Shades of Hopbush #CB679D
Tints of Hopbush #CB679D
RGB
CMYK
RGB Variations
Color information
#CB679D (or 0xCB679D) is known color: Hopbush. HEX triplet: CB, 67 and 9D. RGB value is (203,103,157). Sum of RGB (Red+Green+Blue) = 203+103+157=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB679D is #349862. Grayscale: #8A8A8A. Windows color (decimal): -3446883 or 10315723. OLE color: 10315723.
HSL color Cylindrical-coordinate representation of color #CB679D: hue angle of 327.6º 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 #CB679D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 157 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.20 |
| HSL | 327.6º | 0.49% | 0.6% | - |
| HSV(B) | 327.6º | 0.49% | 0.8% | - |
| XYZ | 35.56 | 24.83 | 34.82 | - |
| YUV | 139.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 157 | 0 | 0.49 | 0.23 | 0.20 | 327.6 | 0.49 | 0.6 |
| Hex | CB | 67 | 9D | 0 | 31 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 147 | 235 | 0 | 61 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10011101 | 0 | 110001 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB679D
Complementary color
Monochromatic Colors of #CB679D
Black with #CB679D
Text Example
Text Example
White with #CB679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB679D; }
p { color: rgb(203,103,157); }
H1.HeaderClassName
{
color: #CB679D;
}
.AnyTagClassName
{
color: #CB679D;
}
</style>
background-color css
<style>
a { background-color: #CB679D; }
a { background-color: rgb(203,103,157); }
div.DivClassName
{
background-color: #CB679D;
}
.BgClassName
{
background-color: #CB679D;
}
</style>
border-color css
<style>
span { border-color: #CB679D; }
span { border-color: rgb(203,103,157); }
td.TdClassName
{
border-color: #CB679D;
}
.TagClassName
{
border-color: #CB679D;
}
</style>