Shades of Hopbush #CB699C
Tints of Hopbush #CB699C
RGB
CMYK
RGB Variations
Color information
#CB699C (or 0xCB699C) is known color: Hopbush. HEX triplet: CB, 69 and 9C. RGB value is (203,105,156). Sum of RGB (Red+Green+Blue) = 203+105+156=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB699C is #349663. Grayscale: #8C8C8C. Windows color (decimal): -3446372 or 10250699. OLE color: 10250699.
HSL color Cylindrical-coordinate representation of color #CB699C: hue angle of 328.78º 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 #CB699C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 156 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.20 |
| HSL | 328.78º | 0.49% | 0.6% | - |
| HSV(B) | 328.78º | 0.48% | 0.8% | - |
| XYZ | 35.68 | 25.2 | 34.44 | - |
| YUV | 140.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 156 | 0 | 0.48 | 0.23 | 0.20 | 328.78 | 0.49 | 0.6 |
| Hex | CB | 69 | 9C | 0 | 30 | 17 | 14 | 149 | 31 | 3C |
| Octal | 313 | 151 | 234 | 0 | 60 | 27 | 24 | 511 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10011100 | 0 | 110000 | 10111 | 10100 | 101001001 | 110001 | 111100 |
Color Harmonies of #CB699C
Complementary color
Monochromatic Colors of #CB699C
Black with #CB699C
Text Example
Text Example
White with #CB699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB699C; }
p { color: rgb(203,105,156); }
H1.HeaderClassName
{
color: #CB699C;
}
.AnyTagClassName
{
color: #CB699C;
}
</style>
background-color css
<style>
a { background-color: #CB699C; }
a { background-color: rgb(203,105,156); }
div.DivClassName
{
background-color: #CB699C;
}
.BgClassName
{
background-color: #CB699C;
}
</style>
border-color css
<style>
span { border-color: #CB699C; }
span { border-color: rgb(203,105,156); }
td.TdClassName
{
border-color: #CB699C;
}
.TagClassName
{
border-color: #CB699C;
}
</style>