Shades of Hopbush #CB68A0
Tints of Hopbush #CB68A0
RGB
CMYK
RGB Variations
Color information
#CB68A0 (or 0xCB68A0) is known color: Hopbush. HEX triplet: CB, 68 and A0. RGB value is (203,104,160). Sum of RGB (Red+Green+Blue) = 203+104+160=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68A0 is #34975F. Grayscale: #8B8B8B. Windows color (decimal): -3446624 or 10512587. OLE color: 10512587.
HSL color Cylindrical-coordinate representation of color #CB68A0: hue angle of 326.06º 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 #CB68A0 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 160 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.20 |
| HSL | 326.06º | 0.49% | 0.6% | - |
| HSV(B) | 326.06º | 0.49% | 0.8% | - |
| XYZ | 35.92 | 25.14 | 36.22 | - |
| YUV | 139.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 160 | 0 | 0.49 | 0.21 | 0.20 | 326.06 | 0.49 | 0.6 |
| Hex | CB | 68 | A0 | 0 | 31 | 15 | 14 | 146 | 31 | 3C |
| Octal | 313 | 150 | 240 | 0 | 61 | 25 | 24 | 506 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10100000 | 0 | 110001 | 10101 | 10100 | 101000110 | 110001 | 111100 |
Color Harmonies of #CB68A0
Complementary color
Monochromatic Colors of #CB68A0
Black with #CB68A0
Text Example
Text Example
White with #CB68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68A0; }
p { color: rgb(203,104,160); }
H1.HeaderClassName
{
color: #CB68A0;
}
.AnyTagClassName
{
color: #CB68A0;
}
</style>
background-color css
<style>
a { background-color: #CB68A0; }
a { background-color: rgb(203,104,160); }
div.DivClassName
{
background-color: #CB68A0;
}
.BgClassName
{
background-color: #CB68A0;
}
</style>
border-color css
<style>
span { border-color: #CB68A0; }
span { border-color: rgb(203,104,160); }
td.TdClassName
{
border-color: #CB68A0;
}
.TagClassName
{
border-color: #CB68A0;
}
</style>