Shades of Hopbush #CB688A
Tints of Hopbush #CB688A
RGB
CMYK
RGB Variations
Color information
#CB688A (or 0xCB688A) is known color: Hopbush. HEX triplet: CB, 68 and 8A. RGB value is (203,104,138). Sum of RGB (Red+Green+Blue) = 203+104+138=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB688A is #349775. Grayscale: #898989. Windows color (decimal): -3446646 or 9070795. OLE color: 9070795.
HSL color Cylindrical-coordinate representation of color #CB688A: hue angle of 339.39º 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 #CB688A is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 138 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.20 |
| HSL | 339.39º | 0.49% | 0.6% | - |
| HSV(B) | 339.39º | 0.49% | 0.8% | - |
| XYZ | 34.17 | 24.43 | 26.96 | - |
| YUV | 137.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 138 | 0 | 0.49 | 0.32 | 0.20 | 339.39 | 0.49 | 0.6 |
| Hex | CB | 68 | 8A | 0 | 31 | 20 | 14 | 153 | 31 | 3C |
| Octal | 313 | 150 | 212 | 0 | 61 | 40 | 24 | 523 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10001010 | 0 | 110001 | 100000 | 10100 | 101010011 | 110001 | 111100 |
Color Harmonies of #CB688A
Complementary color
Monochromatic Colors of #CB688A
Black with #CB688A
Text Example
Text Example
White with #CB688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB688A; }
p { color: rgb(203,104,138); }
H1.HeaderClassName
{
color: #CB688A;
}
.AnyTagClassName
{
color: #CB688A;
}
</style>
background-color css
<style>
a { background-color: #CB688A; }
a { background-color: rgb(203,104,138); }
div.DivClassName
{
background-color: #CB688A;
}
.BgClassName
{
background-color: #CB688A;
}
</style>
border-color css
<style>
span { border-color: #CB688A; }
span { border-color: rgb(203,104,138); }
td.TdClassName
{
border-color: #CB688A;
}
.TagClassName
{
border-color: #CB688A;
}
</style>