Shades of Hopbush #CB6797
Tints of Hopbush #CB6797
RGB
CMYK
RGB Variations
Color information
#CB6797 (or 0xCB6797) is known color: Hopbush. HEX triplet: CB, 67 and 97. RGB value is (203,103,151). Sum of RGB (Red+Green+Blue) = 203+103+151=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6797 is #349868. Grayscale: #8A8A8A. Windows color (decimal): -3446889 or 9922507. OLE color: 9922507.
HSL color Cylindrical-coordinate representation of color #CB6797: hue angle of 331.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6797 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 151 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.20 |
| HSL | 331.2º | 0.49% | 0.6% | - |
| HSV(B) | 331.2º | 0.49% | 0.8% | - |
| XYZ | 35.06 | 24.63 | 32.18 | - |
| YUV | 138.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 151 | 0 | 0.49 | 0.26 | 0.20 | 331.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 97 | 0 | 31 | 1A | 14 | 14B | 31 | 3C |
| Octal | 313 | 147 | 227 | 0 | 61 | 32 | 24 | 513 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10010111 | 0 | 110001 | 11010 | 10100 | 101001011 | 110001 | 111100 |
Color Harmonies of #CB6797
Complementary color
Monochromatic Colors of #CB6797
Black with #CB6797
Text Example
Text Example
White with #CB6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6797; }
p { color: rgb(203,103,151); }
H1.HeaderClassName
{
color: #CB6797;
}
.AnyTagClassName
{
color: #CB6797;
}
</style>
background-color css
<style>
a { background-color: #CB6797; }
a { background-color: rgb(203,103,151); }
div.DivClassName
{
background-color: #CB6797;
}
.BgClassName
{
background-color: #CB6797;
}
</style>
border-color css
<style>
span { border-color: #CB6797; }
span { border-color: rgb(203,103,151); }
td.TdClassName
{
border-color: #CB6797;
}
.TagClassName
{
border-color: #CB6797;
}
</style>