Shades of Hopbush #CB6D9A
Tints of Hopbush #CB6D9A
RGB
CMYK
RGB Variations
Color information
#CB6D9A (or 0xCB6D9A) is known color: Hopbush. HEX triplet: CB, 6D and 9A. RGB value is (203,109,154). Sum of RGB (Red+Green+Blue) = 203+109+154=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D9A is #349265. Grayscale: #8E8E8E. Windows color (decimal): -3445350 or 10120651. OLE color: 10120651.
HSL color Cylindrical-coordinate representation of color #CB6D9A: hue angle of 331.28º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D9A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 154 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.20 |
| HSL | 331.28º | 0.47% | 0.61% | - |
| HSV(B) | 331.28º | 0.46% | 0.8% | - |
| XYZ | 35.93 | 25.97 | 33.69 | - |
| YUV | 142.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 154 | 0 | 0.46 | 0.24 | 0.20 | 331.28 | 0.47 | 0.61 |
| Hex | CB | 6D | 9A | 0 | 2E | 18 | 14 | 14B | 2F | 3D |
| Octal | 313 | 155 | 232 | 0 | 56 | 30 | 24 | 513 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10011010 | 0 | 101110 | 11000 | 10100 | 101001011 | 101111 | 111101 |
Color Harmonies of #CB6D9A
Complementary color
Monochromatic Colors of #CB6D9A
Black with #CB6D9A
Text Example
Text Example
White with #CB6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D9A; }
p { color: rgb(203,109,154); }
H1.HeaderClassName
{
color: #CB6D9A;
}
.AnyTagClassName
{
color: #CB6D9A;
}
</style>
background-color css
<style>
a { background-color: #CB6D9A; }
a { background-color: rgb(203,109,154); }
div.DivClassName
{
background-color: #CB6D9A;
}
.BgClassName
{
background-color: #CB6D9A;
}
</style>
border-color css
<style>
span { border-color: #CB6D9A; }
span { border-color: rgb(203,109,154); }
td.TdClassName
{
border-color: #CB6D9A;
}
.TagClassName
{
border-color: #CB6D9A;
}
</style>