Shades of Hopbush #CB6993
Tints of Hopbush #CB6993
RGB
CMYK
RGB Variations
Color information
#CB6993 (or 0xCB6993) is known color: Hopbush. HEX triplet: CB, 69 and 93. RGB value is (203,105,147). Sum of RGB (Red+Green+Blue) = 203+105+147=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6993 is #34966C. Grayscale: #8B8B8B. Windows color (decimal): -3446381 or 9660875. OLE color: 9660875.
HSL color Cylindrical-coordinate representation of color #CB6993: hue angle of 334.29º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6993 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 147 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.20 |
| HSL | 334.29º | 0.49% | 0.6% | - |
| HSV(B) | 334.29º | 0.48% | 0.8% | - |
| XYZ | 34.95 | 24.91 | 30.57 | - |
| YUV | 139.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 147 | 0 | 0.48 | 0.28 | 0.20 | 334.29 | 0.49 | 0.6 |
| Hex | CB | 69 | 93 | 0 | 30 | 1C | 14 | 14E | 31 | 3C |
| Octal | 313 | 151 | 223 | 0 | 60 | 34 | 24 | 516 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10010011 | 0 | 110000 | 11100 | 10100 | 101001110 | 110001 | 111100 |
Color Harmonies of #CB6993
Complementary color
Monochromatic Colors of #CB6993
Black with #CB6993
Text Example
Text Example
White with #CB6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6993; }
p { color: rgb(203,105,147); }
H1.HeaderClassName
{
color: #CB6993;
}
.AnyTagClassName
{
color: #CB6993;
}
</style>
background-color css
<style>
a { background-color: #CB6993; }
a { background-color: rgb(203,105,147); }
div.DivClassName
{
background-color: #CB6993;
}
.BgClassName
{
background-color: #CB6993;
}
</style>
border-color css
<style>
span { border-color: #CB6993; }
span { border-color: rgb(203,105,147); }
td.TdClassName
{
border-color: #CB6993;
}
.TagClassName
{
border-color: #CB6993;
}
</style>