Shades of Hopbush #CB668D
Tints of Hopbush #CB668D
RGB
CMYK
RGB Variations
Color information
#CB668D (or 0xCB668D) is known color: Hopbush. HEX triplet: CB, 66 and 8D. RGB value is (203,102,141). Sum of RGB (Red+Green+Blue) = 203+102+141=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB668D is #349972. Grayscale: #888888. Windows color (decimal): -3447155 or 9266891. OLE color: 9266891.
HSL color Cylindrical-coordinate representation of color #CB668D: hue angle of 336.83º 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 #CB668D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 141 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.20 |
| HSL | 336.83º | 0.49% | 0.6% | - |
| HSV(B) | 336.83º | 0.5% | 0.8% | - |
| XYZ | 34.19 | 24.12 | 28.05 | - |
| YUV | 136.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 141 | 0 | 0.50 | 0.31 | 0.20 | 336.83 | 0.49 | 0.6 |
| Hex | CB | 66 | 8D | 0 | 32 | 1F | 14 | 151 | 31 | 3C |
| Octal | 313 | 146 | 215 | 0 | 62 | 37 | 24 | 521 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10001101 | 0 | 110010 | 11111 | 10100 | 101010001 | 110001 | 111100 |
Color Harmonies of #CB668D
Complementary color
Monochromatic Colors of #CB668D
Black with #CB668D
Text Example
Text Example
White with #CB668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB668D; }
p { color: rgb(203,102,141); }
H1.HeaderClassName
{
color: #CB668D;
}
.AnyTagClassName
{
color: #CB668D;
}
</style>
background-color css
<style>
a { background-color: #CB668D; }
a { background-color: rgb(203,102,141); }
div.DivClassName
{
background-color: #CB668D;
}
.BgClassName
{
background-color: #CB668D;
}
</style>
border-color css
<style>
span { border-color: #CB668D; }
span { border-color: rgb(203,102,141); }
td.TdClassName
{
border-color: #CB668D;
}
.TagClassName
{
border-color: #CB668D;
}
</style>