Shades of Hopbush #CB699D
Tints of Hopbush #CB699D
RGB
CMYK
RGB Variations
Color information
#CB699D (or 0xCB699D) is known color: Hopbush. HEX triplet: CB, 69 and 9D. RGB value is (203,105,157). Sum of RGB (Red+Green+Blue) = 203+105+157=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB699D is #349662. Grayscale: #8C8C8C. Windows color (decimal): -3446371 or 10316235. OLE color: 10316235.
HSL color Cylindrical-coordinate representation of color #CB699D: hue angle of 328.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB699D is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 157 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.20 |
| HSL | 328.16º | 0.49% | 0.6% | - |
| HSV(B) | 328.16º | 0.48% | 0.8% | - |
| XYZ | 35.77 | 25.23 | 34.88 | - |
| YUV | 140.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 157 | 0 | 0.48 | 0.23 | 0.20 | 328.16 | 0.49 | 0.6 |
| Hex | CB | 69 | 9D | 0 | 30 | 17 | 14 | 148 | 31 | 3C |
| Octal | 313 | 151 | 235 | 0 | 60 | 27 | 24 | 510 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10011101 | 0 | 110000 | 10111 | 10100 | 101001000 | 110001 | 111100 |
Color Harmonies of #CB699D
Complementary color
Monochromatic Colors of #CB699D
Black with #CB699D
Text Example
Text Example
White with #CB699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB699D; }
p { color: rgb(203,105,157); }
H1.HeaderClassName
{
color: #CB699D;
}
.AnyTagClassName
{
color: #CB699D;
}
</style>
background-color css
<style>
a { background-color: #CB699D; }
a { background-color: rgb(203,105,157); }
div.DivClassName
{
background-color: #CB699D;
}
.BgClassName
{
background-color: #CB699D;
}
</style>
border-color css
<style>
span { border-color: #CB699D; }
span { border-color: rgb(203,105,157); }
td.TdClassName
{
border-color: #CB699D;
}
.TagClassName
{
border-color: #CB699D;
}
</style>