Shades of Hopbush #CB68AA
Tints of Hopbush #CB68AA
RGB
CMYK
RGB Variations
Color information
#CB68AA (or 0xCB68AA) is known color: Hopbush. HEX triplet: CB, 68 and AA. RGB value is (203,104,170). Sum of RGB (Red+Green+Blue) = 203+104+170=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68AA is #349755. Grayscale: #8C8C8C. Windows color (decimal): -3446614 or 11167947. OLE color: 11167947.
HSL color Cylindrical-coordinate representation of color #CB68AA: hue angle of 320º 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 #CB68AA is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 170 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.20 |
| HSL | 320º | 0.49% | 0.6% | - |
| HSV(B) | 320º | 0.49% | 0.8% | - |
| XYZ | 36.83 | 25.5 | 41.01 | - |
| YUV | 141.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 170 | 0 | 0.49 | 0.16 | 0.20 | 320 | 0.49 | 0.6 |
| Hex | CB | 68 | AA | 0 | 31 | 10 | 14 | 140 | 31 | 3C |
| Octal | 313 | 150 | 252 | 0 | 61 | 20 | 24 | 500 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10101010 | 0 | 110001 | 10000 | 10100 | 101000000 | 110001 | 111100 |
Color Harmonies of #CB68AA
Complementary color
Monochromatic Colors of #CB68AA
Black with #CB68AA
Text Example
Text Example
White with #CB68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68AA; }
p { color: rgb(203,104,170); }
H1.HeaderClassName
{
color: #CB68AA;
}
.AnyTagClassName
{
color: #CB68AA;
}
</style>
background-color css
<style>
a { background-color: #CB68AA; }
a { background-color: rgb(203,104,170); }
div.DivClassName
{
background-color: #CB68AA;
}
.BgClassName
{
background-color: #CB68AA;
}
</style>
border-color css
<style>
span { border-color: #CB68AA; }
span { border-color: rgb(203,104,170); }
td.TdClassName
{
border-color: #CB68AA;
}
.TagClassName
{
border-color: #CB68AA;
}
</style>