Shades of Hopbush #CA76AC
Tints of Hopbush #CA76AC
RGB
CMYK
RGB Variations
Color information
#CA76AC (or 0xCA76AC) is known color: Hopbush. HEX triplet: CA, 76 and AC. RGB value is (202,118,172). Sum of RGB (Red+Green+Blue) = 202+118+172=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76AC is #358953. Grayscale: #959595. Windows color (decimal): -3508564 or 11302602. OLE color: 11302602.
HSL color Cylindrical-coordinate representation of color #CA76AC: hue angle of 321.43º 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 #CA76AC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 172 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.21 |
| HSL | 321.43º | 0.44% | 0.63% | - |
| HSV(B) | 321.43º | 0.42% | 0.79% | - |
| XYZ | 38.28 | 28.49 | 42.51 | - |
| YUV | 149.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 172 | 0 | 0.42 | 0.15 | 0.21 | 321.43 | 0.44 | 0.63 |
| Hex | CA | 76 | AC | 0 | 2A | F | 15 | 141 | 2C | 3F |
| Octal | 312 | 166 | 254 | 0 | 52 | 17 | 25 | 501 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10101100 | 0 | 101010 | 1111 | 10101 | 101000001 | 101100 | 111111 |
Color Harmonies of #CA76AC
Complementary color
Monochromatic Colors of #CA76AC
Black with #CA76AC
Text Example
Text Example
White with #CA76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76AC; }
p { color: rgb(202,118,172); }
H1.HeaderClassName
{
color: #CA76AC;
}
.AnyTagClassName
{
color: #CA76AC;
}
</style>
background-color css
<style>
a { background-color: #CA76AC; }
a { background-color: rgb(202,118,172); }
div.DivClassName
{
background-color: #CA76AC;
}
.BgClassName
{
background-color: #CA76AC;
}
</style>
border-color css
<style>
span { border-color: #CA76AC; }
span { border-color: rgb(202,118,172); }
td.TdClassName
{
border-color: #CA76AC;
}
.TagClassName
{
border-color: #CA76AC;
}
</style>