Shades of Hopbush #CB668E
Tints of Hopbush #CB668E
RGB
CMYK
RGB Variations
Color information
#CB668E (or 0xCB668E) is known color: Hopbush. HEX triplet: CB, 66 and 8E. RGB value is (203,102,142). Sum of RGB (Red+Green+Blue) = 203+102+142=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB668E is #349971. Grayscale: #888888. Windows color (decimal): -3447154 or 9332427. OLE color: 9332427.
HSL color Cylindrical-coordinate representation of color #CB668E: hue angle of 336.24º 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 #CB668E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 142 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.20 |
| HSL | 336.24º | 0.49% | 0.6% | - |
| HSV(B) | 336.24º | 0.5% | 0.8% | - |
| XYZ | 34.26 | 24.15 | 28.45 | - |
| YUV | 136.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 142 | 0 | 0.50 | 0.30 | 0.20 | 336.24 | 0.49 | 0.6 |
| Hex | CB | 66 | 8E | 0 | 32 | 1E | 14 | 150 | 31 | 3C |
| Octal | 313 | 146 | 216 | 0 | 62 | 36 | 24 | 520 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10001110 | 0 | 110010 | 11110 | 10100 | 101010000 | 110001 | 111100 |
Color Harmonies of #CB668E
Complementary color
Monochromatic Colors of #CB668E
Black with #CB668E
Text Example
Text Example
White with #CB668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB668E; }
p { color: rgb(203,102,142); }
H1.HeaderClassName
{
color: #CB668E;
}
.AnyTagClassName
{
color: #CB668E;
}
</style>
background-color css
<style>
a { background-color: #CB668E; }
a { background-color: rgb(203,102,142); }
div.DivClassName
{
background-color: #CB668E;
}
.BgClassName
{
background-color: #CB668E;
}
</style>
border-color css
<style>
span { border-color: #CB668E; }
span { border-color: rgb(203,102,142); }
td.TdClassName
{
border-color: #CB668E;
}
.TagClassName
{
border-color: #CB668E;
}
</style>