Shades of Hopbush #CB6694
Tints of Hopbush #CB6694
RGB
CMYK
RGB Variations
Color information
#CB6694 (or 0xCB6694) is known color: Hopbush. HEX triplet: CB, 66 and 94. RGB value is (203,102,148). Sum of RGB (Red+Green+Blue) = 203+102+148=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6694 is #34996B. Grayscale: #898989. Windows color (decimal): -3447148 or 9725643. OLE color: 9725643.
HSL color Cylindrical-coordinate representation of color #CB6694: hue angle of 332.67º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6694 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 148 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.20 |
| HSL | 332.67º | 0.49% | 0.6% | - |
| HSV(B) | 332.67º | 0.5% | 0.8% | - |
| XYZ | 34.73 | 24.34 | 30.88 | - |
| YUV | 137.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 148 | 0 | 0.50 | 0.27 | 0.20 | 332.67 | 0.49 | 0.6 |
| Hex | CB | 66 | 94 | 0 | 32 | 1B | 14 | 14D | 31 | 3C |
| Octal | 313 | 146 | 224 | 0 | 62 | 33 | 24 | 515 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10010100 | 0 | 110010 | 11011 | 10100 | 101001101 | 110001 | 111100 |
Color Harmonies of #CB6694
Complementary color
Monochromatic Colors of #CB6694
Black with #CB6694
Text Example
Text Example
White with #CB6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6694; }
p { color: rgb(203,102,148); }
H1.HeaderClassName
{
color: #CB6694;
}
.AnyTagClassName
{
color: #CB6694;
}
</style>
background-color css
<style>
a { background-color: #CB6694; }
a { background-color: rgb(203,102,148); }
div.DivClassName
{
background-color: #CB6694;
}
.BgClassName
{
background-color: #CB6694;
}
</style>
border-color css
<style>
span { border-color: #CB6694; }
span { border-color: rgb(203,102,148); }
td.TdClassName
{
border-color: #CB6694;
}
.TagClassName
{
border-color: #CB6694;
}
</style>