Shades of Hopbush #CB6C8C
Tints of Hopbush #CB6C8C
RGB
CMYK
RGB Variations
Color information
#CB6C8C (or 0xCB6C8C) is known color: Hopbush. HEX triplet: CB, 6C and 8C. RGB value is (203,108,140). Sum of RGB (Red+Green+Blue) = 203+108+140=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C8C is #349373. Grayscale: #8C8C8C. Windows color (decimal): -3445620 or 9202891. OLE color: 9202891.
HSL color Cylindrical-coordinate representation of color #CB6C8C: hue angle of 339.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6C8C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 140 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.20 |
| HSL | 339.79º | 0.48% | 0.61% | - |
| HSV(B) | 339.79º | 0.47% | 0.8% | - |
| XYZ | 34.72 | 25.32 | 27.87 | - |
| YUV | 140.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 140 | 0 | 0.47 | 0.31 | 0.20 | 339.79 | 0.48 | 0.61 |
| Hex | CB | 6C | 8C | 0 | 2F | 1F | 14 | 154 | 30 | 3D |
| Octal | 313 | 154 | 214 | 0 | 57 | 37 | 24 | 524 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10001100 | 0 | 101111 | 11111 | 10100 | 101010100 | 110000 | 111101 |
Color Harmonies of #CB6C8C
Complementary color
Monochromatic Colors of #CB6C8C
Black with #CB6C8C
Text Example
Text Example
White with #CB6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C8C; }
p { color: rgb(203,108,140); }
H1.HeaderClassName
{
color: #CB6C8C;
}
.AnyTagClassName
{
color: #CB6C8C;
}
</style>
background-color css
<style>
a { background-color: #CB6C8C; }
a { background-color: rgb(203,108,140); }
div.DivClassName
{
background-color: #CB6C8C;
}
.BgClassName
{
background-color: #CB6C8C;
}
</style>
border-color css
<style>
span { border-color: #CB6C8C; }
span { border-color: rgb(203,108,140); }
td.TdClassName
{
border-color: #CB6C8C;
}
.TagClassName
{
border-color: #CB6C8C;
}
</style>