Shades of Hopbush #CB68A6
Tints of Hopbush #CB68A6
RGB
CMYK
RGB Variations
Color information
#CB68A6 (or 0xCB68A6) is known color: Hopbush. HEX triplet: CB, 68 and A6. RGB value is (203,104,166). Sum of RGB (Red+Green+Blue) = 203+104+166=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68A6 is #349759. Grayscale: #8C8C8C. Windows color (decimal): -3446618 or 10905803. OLE color: 10905803.
HSL color Cylindrical-coordinate representation of color #CB68A6: hue angle of 322.42º 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 #CB68A6 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 166 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.20 |
| HSL | 322.42º | 0.49% | 0.6% | - |
| HSV(B) | 322.42º | 0.49% | 0.8% | - |
| XYZ | 36.46 | 25.35 | 39.05 | - |
| YUV | 140.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 166 | 0 | 0.49 | 0.18 | 0.20 | 322.42 | 0.49 | 0.6 |
| Hex | CB | 68 | A6 | 0 | 31 | 12 | 14 | 142 | 31 | 3C |
| Octal | 313 | 150 | 246 | 0 | 61 | 22 | 24 | 502 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10100110 | 0 | 110001 | 10010 | 10100 | 101000010 | 110001 | 111100 |
Color Harmonies of #CB68A6
Complementary color
Monochromatic Colors of #CB68A6
Black with #CB68A6
Text Example
Text Example
White with #CB68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68A6; }
p { color: rgb(203,104,166); }
H1.HeaderClassName
{
color: #CB68A6;
}
.AnyTagClassName
{
color: #CB68A6;
}
</style>
background-color css
<style>
a { background-color: #CB68A6; }
a { background-color: rgb(203,104,166); }
div.DivClassName
{
background-color: #CB68A6;
}
.BgClassName
{
background-color: #CB68A6;
}
</style>
border-color css
<style>
span { border-color: #CB68A6; }
span { border-color: rgb(203,104,166); }
td.TdClassName
{
border-color: #CB68A6;
}
.TagClassName
{
border-color: #CB68A6;
}
</style>