Shades of Hopbush #CA76AF
Tints of Hopbush #CA76AF
RGB
CMYK
RGB Variations
Color information
#CA76AF (or 0xCA76AF) is known color: Hopbush. HEX triplet: CA, 76 and AF. RGB value is (202,118,175). Sum of RGB (Red+Green+Blue) = 202+118+175=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76AF is #358950. Grayscale: #959595. Windows color (decimal): -3508561 or 11499210. OLE color: 11499210.
HSL color Cylindrical-coordinate representation of color #CA76AF: hue angle of 319.29º 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 #CA76AF is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 175 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.21 |
| HSL | 319.29º | 0.44% | 0.63% | - |
| HSV(B) | 319.29º | 0.42% | 0.79% | - |
| XYZ | 38.57 | 28.61 | 44.05 | - |
| YUV | 149.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 175 | 0 | 0.42 | 0.13 | 0.21 | 319.29 | 0.44 | 0.63 |
| Hex | CA | 76 | AF | 0 | 2A | D | 15 | 13F | 2C | 3F |
| Octal | 312 | 166 | 257 | 0 | 52 | 15 | 25 | 477 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10101111 | 0 | 101010 | 1101 | 10101 | 100111111 | 101100 | 111111 |
Color Harmonies of #CA76AF
Complementary color
Monochromatic Colors of #CA76AF
Black with #CA76AF
Text Example
Text Example
White with #CA76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76AF; }
p { color: rgb(202,118,175); }
H1.HeaderClassName
{
color: #CA76AF;
}
.AnyTagClassName
{
color: #CA76AF;
}
</style>
background-color css
<style>
a { background-color: #CA76AF; }
a { background-color: rgb(202,118,175); }
div.DivClassName
{
background-color: #CA76AF;
}
.BgClassName
{
background-color: #CA76AF;
}
</style>
border-color css
<style>
span { border-color: #CA76AF; }
span { border-color: rgb(202,118,175); }
td.TdClassName
{
border-color: #CA76AF;
}
.TagClassName
{
border-color: #CA76AF;
}
</style>