Shades of Hopbush #CB6B8C
Tints of Hopbush #CB6B8C
RGB
CMYK
RGB Variations
Color information
#CB6B8C (or 0xCB6B8C) is known color: Hopbush. HEX triplet: CB, 6B and 8C. RGB value is (203,107,140). Sum of RGB (Red+Green+Blue) = 203+107+140=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6B8C is #349473. Grayscale: #8B8B8B. Windows color (decimal): -3445876 or 9202635. OLE color: 9202635.
HSL color Cylindrical-coordinate representation of color #CB6B8C: hue angle of 339.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 #CB6B8C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 140 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.20 |
| HSL | 339.38º | 0.48% | 0.61% | - |
| HSV(B) | 339.38º | 0.47% | 0.8% | - |
| XYZ | 34.62 | 25.11 | 27.83 | - |
| YUV | 139.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 140 | 0 | 0.47 | 0.31 | 0.20 | 339.38 | 0.48 | 0.61 |
| Hex | CB | 6B | 8C | 0 | 2F | 1F | 14 | 153 | 30 | 3D |
| Octal | 313 | 153 | 214 | 0 | 57 | 37 | 24 | 523 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10001100 | 0 | 101111 | 11111 | 10100 | 101010011 | 110000 | 111101 |
Color Harmonies of #CB6B8C
Complementary color
Monochromatic Colors of #CB6B8C
Black with #CB6B8C
Text Example
Text Example
White with #CB6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B8C; }
p { color: rgb(203,107,140); }
H1.HeaderClassName
{
color: #CB6B8C;
}
.AnyTagClassName
{
color: #CB6B8C;
}
</style>
background-color css
<style>
a { background-color: #CB6B8C; }
a { background-color: rgb(203,107,140); }
div.DivClassName
{
background-color: #CB6B8C;
}
.BgClassName
{
background-color: #CB6B8C;
}
</style>
border-color css
<style>
span { border-color: #CB6B8C; }
span { border-color: rgb(203,107,140); }
td.TdClassName
{
border-color: #CB6B8C;
}
.TagClassName
{
border-color: #CB6B8C;
}
</style>