Shades of Hopbush #CB68AC
Tints of Hopbush #CB68AC
RGB
CMYK
RGB Variations
Color information
#CB68AC (or 0xCB68AC) is known color: Hopbush. HEX triplet: CB, 68 and AC. RGB value is (203,104,172). Sum of RGB (Red+Green+Blue) = 203+104+172=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68AC is #349753. Grayscale: #8D8D8D. Windows color (decimal): -3446612 or 11299019. OLE color: 11299019.
HSL color Cylindrical-coordinate representation of color #CB68AC: hue angle of 318.79º 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 #CB68AC is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 172 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.20 |
| HSL | 318.79º | 0.49% | 0.6% | - |
| HSV(B) | 318.79º | 0.49% | 0.8% | - |
| XYZ | 37.03 | 25.58 | 42.01 | - |
| YUV | 141.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 172 | 0 | 0.49 | 0.15 | 0.20 | 318.79 | 0.49 | 0.6 |
| Hex | CB | 68 | AC | 0 | 31 | F | 14 | 13F | 31 | 3C |
| Octal | 313 | 150 | 254 | 0 | 61 | 17 | 24 | 477 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10101100 | 0 | 110001 | 1111 | 10100 | 100111111 | 110001 | 111100 |
Color Harmonies of #CB68AC
Complementary color
Monochromatic Colors of #CB68AC
Black with #CB68AC
Text Example
Text Example
White with #CB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68AC; }
p { color: rgb(203,104,172); }
H1.HeaderClassName
{
color: #CB68AC;
}
.AnyTagClassName
{
color: #CB68AC;
}
</style>
background-color css
<style>
a { background-color: #CB68AC; }
a { background-color: rgb(203,104,172); }
div.DivClassName
{
background-color: #CB68AC;
}
.BgClassName
{
background-color: #CB68AC;
}
</style>
border-color css
<style>
span { border-color: #CB68AC; }
span { border-color: rgb(203,104,172); }
td.TdClassName
{
border-color: #CB68AC;
}
.TagClassName
{
border-color: #CB68AC;
}
</style>