Shades of Hopbush #CB6B9C
Tints of Hopbush #CB6B9C
RGB
CMYK
RGB Variations
Color information
#CB6B9C (or 0xCB6B9C) is known color: Hopbush. HEX triplet: CB, 6B and 9C. RGB value is (203,107,156). Sum of RGB (Red+Green+Blue) = 203+107+156=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6B9C is #349463. Grayscale: #8D8D8D. Windows color (decimal): -3445860 or 10251211. OLE color: 10251211.
HSL color Cylindrical-coordinate representation of color #CB6B9C: hue angle of 329.38º 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 #CB6B9C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 156 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.20 |
| HSL | 329.38º | 0.48% | 0.61% | - |
| HSV(B) | 329.38º | 0.47% | 0.8% | - |
| XYZ | 35.89 | 25.61 | 34.5 | - |
| YUV | 141.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 156 | 0 | 0.47 | 0.23 | 0.20 | 329.38 | 0.48 | 0.61 |
| Hex | CB | 6B | 9C | 0 | 2F | 17 | 14 | 149 | 30 | 3D |
| Octal | 313 | 153 | 234 | 0 | 57 | 27 | 24 | 511 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10011100 | 0 | 101111 | 10111 | 10100 | 101001001 | 110000 | 111101 |
Color Harmonies of #CB6B9C
Complementary color
Monochromatic Colors of #CB6B9C
Black with #CB6B9C
Text Example
Text Example
White with #CB6B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B9C; }
p { color: rgb(203,107,156); }
H1.HeaderClassName
{
color: #CB6B9C;
}
.AnyTagClassName
{
color: #CB6B9C;
}
</style>
background-color css
<style>
a { background-color: #CB6B9C; }
a { background-color: rgb(203,107,156); }
div.DivClassName
{
background-color: #CB6B9C;
}
.BgClassName
{
background-color: #CB6B9C;
}
</style>
border-color css
<style>
span { border-color: #CB6B9C; }
span { border-color: rgb(203,107,156); }
td.TdClassName
{
border-color: #CB6B9C;
}
.TagClassName
{
border-color: #CB6B9C;
}
</style>