Shades of Hopbush #CB668A
Tints of Hopbush #CB668A
RGB
CMYK
RGB Variations
Color information
#CB668A (or 0xCB668A) is known color: Hopbush. HEX triplet: CB, 66 and 8A. RGB value is (203,102,138). Sum of RGB (Red+Green+Blue) = 203+102+138=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB668A is #349975. Grayscale: #888888. Windows color (decimal): -3447158 or 9070283. OLE color: 9070283.
HSL color Cylindrical-coordinate representation of color #CB668A: hue angle of 338.61º 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 #CB668A is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 138 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.20 |
| HSL | 338.61º | 0.49% | 0.6% | - |
| HSV(B) | 338.61º | 0.5% | 0.8% | - |
| XYZ | 33.97 | 24.03 | 26.89 | - |
| YUV | 136.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 138 | 0 | 0.50 | 0.32 | 0.20 | 338.61 | 0.49 | 0.6 |
| Hex | CB | 66 | 8A | 0 | 32 | 20 | 14 | 153 | 31 | 3C |
| Octal | 313 | 146 | 212 | 0 | 62 | 40 | 24 | 523 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10001010 | 0 | 110010 | 100000 | 10100 | 101010011 | 110001 | 111100 |
Color Harmonies of #CB668A
Complementary color
Monochromatic Colors of #CB668A
Black with #CB668A
Text Example
Text Example
White with #CB668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB668A; }
p { color: rgb(203,102,138); }
H1.HeaderClassName
{
color: #CB668A;
}
.AnyTagClassName
{
color: #CB668A;
}
</style>
background-color css
<style>
a { background-color: #CB668A; }
a { background-color: rgb(203,102,138); }
div.DivClassName
{
background-color: #CB668A;
}
.BgClassName
{
background-color: #CB668A;
}
</style>
border-color css
<style>
span { border-color: #CB668A; }
span { border-color: rgb(203,102,138); }
td.TdClassName
{
border-color: #CB668A;
}
.TagClassName
{
border-color: #CB668A;
}
</style>