Shades of Hopbush #CA769B
Tints of Hopbush #CA769B
RGB
CMYK
RGB Variations
Color information
#CA769B (or 0xCA769B) is known color: Hopbush. HEX triplet: CA, 76 and 9B. RGB value is (202,118,155). Sum of RGB (Red+Green+Blue) = 202+118+155=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA769B is #358964. Grayscale: #939393. Windows color (decimal): -3508581 or 10188490. OLE color: 10188490.
HSL color Cylindrical-coordinate representation of color #CA769B: hue angle of 333.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA769B is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 155 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.21 |
| HSL | 333.57º | 0.44% | 0.63% | - |
| HSV(B) | 333.57º | 0.42% | 0.79% | - |
| XYZ | 36.75 | 27.88 | 34.45 | - |
| YUV | 147.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 155 | 0 | 0.42 | 0.23 | 0.21 | 333.57 | 0.44 | 0.63 |
| Hex | CA | 76 | 9B | 0 | 2A | 17 | 15 | 14E | 2C | 3F |
| Octal | 312 | 166 | 233 | 0 | 52 | 27 | 25 | 516 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10011011 | 0 | 101010 | 10111 | 10101 | 101001110 | 101100 | 111111 |
Color Harmonies of #CA769B
Complementary color
Monochromatic Colors of #CA769B
Black with #CA769B
Text Example
Text Example
White with #CA769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA769B; }
p { color: rgb(202,118,155); }
H1.HeaderClassName
{
color: #CA769B;
}
.AnyTagClassName
{
color: #CA769B;
}
</style>
background-color css
<style>
a { background-color: #CA769B; }
a { background-color: rgb(202,118,155); }
div.DivClassName
{
background-color: #CA769B;
}
.BgClassName
{
background-color: #CA769B;
}
</style>
border-color css
<style>
span { border-color: #CA769B; }
span { border-color: rgb(202,118,155); }
td.TdClassName
{
border-color: #CA769B;
}
.TagClassName
{
border-color: #CA769B;
}
</style>