Shades of Hopbush #CB6A8C
Tints of Hopbush #CB6A8C
RGB
CMYK
RGB Variations
Color information
#CB6A8C (or 0xCB6A8C) is known color: Hopbush. HEX triplet: CB, 6A and 8C. RGB value is (203,106,140). Sum of RGB (Red+Green+Blue) = 203+106+140=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6A8C is #349573. Grayscale: #8A8A8A. Windows color (decimal): -3446132 or 9202379. OLE color: 9202379.
HSL color Cylindrical-coordinate representation of color #CB6A8C: hue angle of 338.97º 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 #CB6A8C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 140 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.20 |
| HSL | 338.97º | 0.48% | 0.61% | - |
| HSV(B) | 338.97º | 0.48% | 0.8% | - |
| XYZ | 34.52 | 24.9 | 27.8 | - |
| YUV | 138.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 140 | 0 | 0.48 | 0.31 | 0.20 | 338.97 | 0.48 | 0.61 |
| Hex | CB | 6A | 8C | 0 | 30 | 1F | 14 | 153 | 30 | 3D |
| Octal | 313 | 152 | 214 | 0 | 60 | 37 | 24 | 523 | 60 | 75 |
| Binary | 11001011 | 1101010 | 10001100 | 0 | 110000 | 11111 | 10100 | 101010011 | 110000 | 111101 |
Color Harmonies of #CB6A8C
Complementary color
Monochromatic Colors of #CB6A8C
Black with #CB6A8C
Text Example
Text Example
White with #CB6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6A8C; }
p { color: rgb(203,106,140); }
H1.HeaderClassName
{
color: #CB6A8C;
}
.AnyTagClassName
{
color: #CB6A8C;
}
</style>
background-color css
<style>
a { background-color: #CB6A8C; }
a { background-color: rgb(203,106,140); }
div.DivClassName
{
background-color: #CB6A8C;
}
.BgClassName
{
background-color: #CB6A8C;
}
</style>
border-color css
<style>
span { border-color: #CB6A8C; }
span { border-color: rgb(203,106,140); }
td.TdClassName
{
border-color: #CB6A8C;
}
.TagClassName
{
border-color: #CB6A8C;
}
</style>