Shades of Hopbush #CB5C8C
Tints of Hopbush #CB5C8C
RGB
CMYK
RGB Variations
Color information
#CB5C8C (or 0xCB5C8C) is known color: Hopbush. HEX triplet: CB, 5C and 8C. RGB value is (203,92,140). Sum of RGB (Red+Green+Blue) = 203+92+140=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5C8C is #34A373. Grayscale: #828282. Windows color (decimal): -3449716 or 9198795. OLE color: 9198795.
HSL color Cylindrical-coordinate representation of color #CB5C8C: hue angle of 334.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5C8C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 140 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.20 |
| HSL | 334.05º | 0.52% | 0.58% | - |
| HSV(B) | 334.05º | 0.55% | 0.8% | - |
| XYZ | 33.19 | 22.24 | 27.36 | - |
| YUV | 130.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 140 | 0 | 0.55 | 0.31 | 0.20 | 334.05 | 0.52 | 0.58 |
| Hex | CB | 5C | 8C | 0 | 37 | 1F | 14 | 14E | 34 | 3A |
| Octal | 313 | 134 | 214 | 0 | 67 | 37 | 24 | 516 | 64 | 72 |
| Binary | 11001011 | 1011100 | 10001100 | 0 | 110111 | 11111 | 10100 | 101001110 | 110100 | 111010 |
Color Harmonies of #CB5C8C
Complementary color
Monochromatic Colors of #CB5C8C
Black with #CB5C8C
Text Example
Text Example
White with #CB5C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C8C; }
p { color: rgb(203,92,140); }
H1.HeaderClassName
{
color: #CB5C8C;
}
.AnyTagClassName
{
color: #CB5C8C;
}
</style>
background-color css
<style>
a { background-color: #CB5C8C; }
a { background-color: rgb(203,92,140); }
div.DivClassName
{
background-color: #CB5C8C;
}
.BgClassName
{
background-color: #CB5C8C;
}
</style>
border-color css
<style>
span { border-color: #CB5C8C; }
span { border-color: rgb(203,92,140); }
td.TdClassName
{
border-color: #CB5C8C;
}
.TagClassName
{
border-color: #CB5C8C;
}
</style>