Shades of Hopbush #CB6A8B
Tints of Hopbush #CB6A8B
RGB
CMYK
RGB Variations
Color information
#CB6A8B (or 0xCB6A8B) is known color: Hopbush. HEX triplet: CB, 6A and 8B. RGB value is (203,106,139). Sum of RGB (Red+Green+Blue) = 203+106+139=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6A8B is #349574. Grayscale: #8A8A8A. Windows color (decimal): -3446133 or 9136843. OLE color: 9136843.
HSL color Cylindrical-coordinate representation of color #CB6A8B: hue angle of 339.59º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6A8B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 139 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.20 |
| HSL | 339.59º | 0.48% | 0.61% | - |
| HSV(B) | 339.59º | 0.48% | 0.8% | - |
| XYZ | 34.44 | 24.87 | 27.41 | - |
| YUV | 138.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 139 | 0 | 0.48 | 0.32 | 0.20 | 339.59 | 0.48 | 0.61 |
| Hex | CB | 6A | 8B | 0 | 30 | 20 | 14 | 154 | 30 | 3D |
| Octal | 313 | 152 | 213 | 0 | 60 | 40 | 24 | 524 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10001011 | 0 | 110000 | 100000 | 10100 | 101010100 | 110000 | 111101 |
Color Harmonies of #CB6A8B
Complementary color
Monochromatic Colors of #CB6A8B
Black with #CB6A8B
Text Example
Text Example
White with #CB6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6A8B; }
p { color: rgb(203,106,139); }
H1.HeaderClassName
{
color: #CB6A8B;
}
.AnyTagClassName
{
color: #CB6A8B;
}
</style>
background-color css
<style>
a { background-color: #CB6A8B; }
a { background-color: rgb(203,106,139); }
div.DivClassName
{
background-color: #CB6A8B;
}
.BgClassName
{
background-color: #CB6A8B;
}
</style>
border-color css
<style>
span { border-color: #CB6A8B; }
span { border-color: rgb(203,106,139); }
td.TdClassName
{
border-color: #CB6A8B;
}
.TagClassName
{
border-color: #CB6A8B;
}
</style>