Shades of Hopbush #CA6899
Tints of Hopbush #CA6899
RGB
CMYK
RGB Variations
Color information
#CA6899 (or 0xCA6899) is known color: Hopbush. HEX triplet: CA, 68 and 99. RGB value is (202,104,153). Sum of RGB (Red+Green+Blue) = 202+104+153=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6899 is #359766. Grayscale: #8A8A8A. Windows color (decimal): -3512167 or 10053834. OLE color: 10053834.
HSL color Cylindrical-coordinate representation of color #CA6899: hue angle of 330º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6899 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 153 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.21 |
| HSL | 330º | 0.48% | 0.6% | - |
| HSV(B) | 330º | 0.49% | 0.79% | - |
| XYZ | 35.06 | 24.76 | 33.07 | - |
| YUV | 138.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 153 | 0 | 0.49 | 0.24 | 0.21 | 330 | 0.48 | 0.6 |
| Hex | CA | 68 | 99 | 0 | 31 | 18 | 15 | 14A | 30 | 3C |
| Octal | 312 | 150 | 231 | 0 | 61 | 30 | 25 | 512 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10011001 | 0 | 110001 | 11000 | 10101 | 101001010 | 110000 | 111100 |
Color Harmonies of #CA6899
Complementary color
Monochromatic Colors of #CA6899
Black with #CA6899
Text Example
Text Example
White with #CA6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6899; }
p { color: rgb(202,104,153); }
H1.HeaderClassName
{
color: #CA6899;
}
.AnyTagClassName
{
color: #CA6899;
}
</style>
background-color css
<style>
a { background-color: #CA6899; }
a { background-color: rgb(202,104,153); }
div.DivClassName
{
background-color: #CA6899;
}
.BgClassName
{
background-color: #CA6899;
}
</style>
border-color css
<style>
span { border-color: #CA6899; }
span { border-color: rgb(202,104,153); }
td.TdClassName
{
border-color: #CA6899;
}
.TagClassName
{
border-color: #CA6899;
}
</style>