Shades of Hopbush #CB69AD
Tints of Hopbush #CB69AD
RGB
CMYK
RGB Variations
Color information
#CB69AD (or 0xCB69AD) is known color: Hopbush. HEX triplet: CB, 69 and AD. RGB value is (203,105,173). Sum of RGB (Red+Green+Blue) = 203+105+173=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69AD is #349652. Grayscale: #8D8D8D. Windows color (decimal): -3446355 or 11364811. OLE color: 11364811.
HSL color Cylindrical-coordinate representation of color #CB69AD: hue angle of 318.37º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69AD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 173 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.20 |
| HSL | 318.37º | 0.49% | 0.6% | - |
| HSV(B) | 318.37º | 0.48% | 0.8% | - |
| XYZ | 37.22 | 25.82 | 42.56 | - |
| YUV | 142.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 173 | 0 | 0.48 | 0.15 | 0.20 | 318.37 | 0.49 | 0.6 |
| Hex | CB | 69 | AD | 0 | 30 | F | 14 | 13E | 31 | 3C |
| Octal | 313 | 151 | 255 | 0 | 60 | 17 | 24 | 476 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10101101 | 0 | 110000 | 1111 | 10100 | 100111110 | 110001 | 111100 |
Color Harmonies of #CB69AD
Complementary color
Monochromatic Colors of #CB69AD
Black with #CB69AD
Text Example
Text Example
White with #CB69AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69AD; }
p { color: rgb(203,105,173); }
H1.HeaderClassName
{
color: #CB69AD;
}
.AnyTagClassName
{
color: #CB69AD;
}
</style>
background-color css
<style>
a { background-color: #CB69AD; }
a { background-color: rgb(203,105,173); }
div.DivClassName
{
background-color: #CB69AD;
}
.BgClassName
{
background-color: #CB69AD;
}
</style>
border-color css
<style>
span { border-color: #CB69AD; }
span { border-color: rgb(203,105,173); }
td.TdClassName
{
border-color: #CB69AD;
}
.TagClassName
{
border-color: #CB69AD;
}
</style>