Shades of Hopbush #CB668F
Tints of Hopbush #CB668F
RGB
CMYK
RGB Variations
Color information
#CB668F (or 0xCB668F) is known color: Hopbush. HEX triplet: CB, 66 and 8F. RGB value is (203,102,143). Sum of RGB (Red+Green+Blue) = 203+102+143=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB668F is #349970. Grayscale: #888888. Windows color (decimal): -3447153 or 9397963. OLE color: 9397963.
HSL color Cylindrical-coordinate representation of color #CB668F: hue angle of 335.64º 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 #CB668F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 143 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.20 |
| HSL | 335.64º | 0.49% | 0.6% | - |
| HSV(B) | 335.64º | 0.5% | 0.8% | - |
| XYZ | 34.34 | 24.18 | 28.84 | - |
| YUV | 136.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 143 | 0 | 0.50 | 0.30 | 0.20 | 335.64 | 0.49 | 0.6 |
| Hex | CB | 66 | 8F | 0 | 32 | 1E | 14 | 150 | 31 | 3C |
| Octal | 313 | 146 | 217 | 0 | 62 | 36 | 24 | 520 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10001111 | 0 | 110010 | 11110 | 10100 | 101010000 | 110001 | 111100 |
Color Harmonies of #CB668F
Complementary color
Monochromatic Colors of #CB668F
Black with #CB668F
Text Example
Text Example
White with #CB668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB668F; }
p { color: rgb(203,102,143); }
H1.HeaderClassName
{
color: #CB668F;
}
.AnyTagClassName
{
color: #CB668F;
}
</style>
background-color css
<style>
a { background-color: #CB668F; }
a { background-color: rgb(203,102,143); }
div.DivClassName
{
background-color: #CB668F;
}
.BgClassName
{
background-color: #CB668F;
}
</style>
border-color css
<style>
span { border-color: #CB668F; }
span { border-color: rgb(203,102,143); }
td.TdClassName
{
border-color: #CB668F;
}
.TagClassName
{
border-color: #CB668F;
}
</style>