Shades of Hopbush #CA7B99
Tints of Hopbush #CA7B99
RGB
CMYK
RGB Variations
Color information
#CA7B99 (or 0xCA7B99) is known color: Hopbush. HEX triplet: CA, 7B and 99. RGB value is (202,123,153). Sum of RGB (Red+Green+Blue) = 202+123+153=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B99 is #358466. Grayscale: #969696. Windows color (decimal): -3507303 or 10058698. OLE color: 10058698.
HSL color Cylindrical-coordinate representation of color #CA7B99: hue angle of 337.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7B99 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 153 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.21 |
| HSL | 337.22º | 0.43% | 0.64% | - |
| HSV(B) | 337.22º | 0.39% | 0.79% | - |
| XYZ | 37.19 | 29.02 | 33.78 | - |
| YUV | 150.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 153 | 0 | 0.39 | 0.24 | 0.21 | 337.22 | 0.43 | 0.64 |
| Hex | CA | 7B | 99 | 0 | 27 | 18 | 15 | 151 | 2B | 40 |
| Octal | 312 | 173 | 231 | 0 | 47 | 30 | 25 | 521 | 53 | 100 |
| Binary | 11001010 | 1111011 | 10011001 | 0 | 100111 | 11000 | 10101 | 101010001 | 101011 | 1000000 |
Color Harmonies of #CA7B99
Complementary color
Monochromatic Colors of #CA7B99
Black with #CA7B99
Text Example
Text Example
White with #CA7B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B99; }
p { color: rgb(202,123,153); }
H1.HeaderClassName
{
color: #CA7B99;
}
.AnyTagClassName
{
color: #CA7B99;
}
</style>
background-color css
<style>
a { background-color: #CA7B99; }
a { background-color: rgb(202,123,153); }
div.DivClassName
{
background-color: #CA7B99;
}
.BgClassName
{
background-color: #CA7B99;
}
</style>
border-color css
<style>
span { border-color: #CA7B99; }
span { border-color: rgb(202,123,153); }
td.TdClassName
{
border-color: #CA7B99;
}
.TagClassName
{
border-color: #CA7B99;
}
</style>