Shades of Hopbush #CB698A
Tints of Hopbush #CB698A
RGB
CMYK
RGB Variations
Color information
#CB698A (or 0xCB698A) is known color: Hopbush. HEX triplet: CB, 69 and 8A. RGB value is (203,105,138). Sum of RGB (Red+Green+Blue) = 203+105+138=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB698A is #349675. Grayscale: #8A8A8A. Windows color (decimal): -3446390 or 9071051. OLE color: 9071051.
HSL color Cylindrical-coordinate representation of color #CB698A: hue angle of 339.8º 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 #CB698A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 138 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.20 |
| HSL | 339.8º | 0.49% | 0.6% | - |
| HSV(B) | 339.8º | 0.48% | 0.8% | - |
| XYZ | 34.27 | 24.63 | 26.99 | - |
| YUV | 138.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 138 | 0 | 0.48 | 0.32 | 0.20 | 339.8 | 0.49 | 0.6 |
| Hex | CB | 69 | 8A | 0 | 30 | 20 | 14 | 154 | 31 | 3C |
| Octal | 313 | 151 | 212 | 0 | 60 | 40 | 24 | 524 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10001010 | 0 | 110000 | 100000 | 10100 | 101010100 | 110001 | 111100 |
Color Harmonies of #CB698A
Complementary color
Monochromatic Colors of #CB698A
Black with #CB698A
Text Example
Text Example
White with #CB698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB698A; }
p { color: rgb(203,105,138); }
H1.HeaderClassName
{
color: #CB698A;
}
.AnyTagClassName
{
color: #CB698A;
}
</style>
background-color css
<style>
a { background-color: #CB698A; }
a { background-color: rgb(203,105,138); }
div.DivClassName
{
background-color: #CB698A;
}
.BgClassName
{
background-color: #CB698A;
}
</style>
border-color css
<style>
span { border-color: #CB698A; }
span { border-color: rgb(203,105,138); }
td.TdClassName
{
border-color: #CB698A;
}
.TagClassName
{
border-color: #CB698A;
}
</style>