Shades of Hopbush #CB75AF
Tints of Hopbush #CB75AF
RGB
CMYK
RGB Variations
Color information
#CB75AF (or 0xCB75AF) is known color: Hopbush. HEX triplet: CB, 75 and AF. RGB value is (203,117,175). Sum of RGB (Red+Green+Blue) = 203+117+175=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB75AF is #348A50. Grayscale: #959595. Windows color (decimal): -3443281 or 11498955. OLE color: 11498955.
HSL color Cylindrical-coordinate representation of color #CB75AF: hue angle of 319.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75AF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 175 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.20 |
| HSL | 319.53º | 0.45% | 0.63% | - |
| HSV(B) | 319.53º | 0.42% | 0.8% | - |
| XYZ | 38.73 | 28.51 | 44.02 | - |
| YUV | 149.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 175 | 0 | 0.42 | 0.14 | 0.20 | 319.53 | 0.45 | 0.63 |
| Hex | CB | 75 | AF | 0 | 2A | E | 14 | 140 | 2D | 3F |
| Octal | 313 | 165 | 257 | 0 | 52 | 16 | 24 | 500 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10101111 | 0 | 101010 | 1110 | 10100 | 101000000 | 101101 | 111111 |
Color Harmonies of #CB75AF
Complementary color
Monochromatic Colors of #CB75AF
Black with #CB75AF
Text Example
Text Example
White with #CB75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75AF; }
p { color: rgb(203,117,175); }
H1.HeaderClassName
{
color: #CB75AF;
}
.AnyTagClassName
{
color: #CB75AF;
}
</style>
background-color css
<style>
a { background-color: #CB75AF; }
a { background-color: rgb(203,117,175); }
div.DivClassName
{
background-color: #CB75AF;
}
.BgClassName
{
background-color: #CB75AF;
}
</style>
border-color css
<style>
span { border-color: #CB75AF; }
span { border-color: rgb(203,117,175); }
td.TdClassName
{
border-color: #CB75AF;
}
.TagClassName
{
border-color: #CB75AF;
}
</style>