Shades of Hopbush #CB67AD
Tints of Hopbush #CB67AD
RGB
CMYK
RGB Variations
Color information
#CB67AD (or 0xCB67AD) is known color: Hopbush. HEX triplet: CB, 67 and AD. RGB value is (203,103,173). Sum of RGB (Red+Green+Blue) = 203+103+173=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB67AD is #349852. Grayscale: #8C8C8C. Windows color (decimal): -3446867 or 11364299. OLE color: 11364299.
HSL color Cylindrical-coordinate representation of color #CB67AD: hue angle of 318º 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 #CB67AD is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 173 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.20 |
| HSL | 318º | 0.49% | 0.6% | - |
| HSV(B) | 318º | 0.49% | 0.8% | - |
| XYZ | 37.02 | 25.41 | 42.49 | - |
| YUV | 140.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 173 | 0 | 0.49 | 0.15 | 0.20 | 318 | 0.49 | 0.6 |
| Hex | CB | 67 | AD | 0 | 31 | F | 14 | 13E | 31 | 3C |
| Octal | 313 | 147 | 255 | 0 | 61 | 17 | 24 | 476 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10101101 | 0 | 110001 | 1111 | 10100 | 100111110 | 110001 | 111100 |
Color Harmonies of #CB67AD
Complementary color
Monochromatic Colors of #CB67AD
Black with #CB67AD
Text Example
Text Example
White with #CB67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67AD; }
p { color: rgb(203,103,173); }
H1.HeaderClassName
{
color: #CB67AD;
}
.AnyTagClassName
{
color: #CB67AD;
}
</style>
background-color css
<style>
a { background-color: #CB67AD; }
a { background-color: rgb(203,103,173); }
div.DivClassName
{
background-color: #CB67AD;
}
.BgClassName
{
background-color: #CB67AD;
}
</style>
border-color css
<style>
span { border-color: #CB67AD; }
span { border-color: rgb(203,103,173); }
td.TdClassName
{
border-color: #CB67AD;
}
.TagClassName
{
border-color: #CB67AD;
}
</style>