Shades of Hopbush #CA75A3
Tints of Hopbush #CA75A3
RGB
CMYK
RGB Variations
Color information
#CA75A3 (or 0xCA75A3) is known color: Hopbush. HEX triplet: CA, 75 and A3. RGB value is (202,117,163). Sum of RGB (Red+Green+Blue) = 202+117+163=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A3 is #358A5C. Grayscale: #939393. Windows color (decimal): -3508829 or 10712522. OLE color: 10712522.
HSL color Cylindrical-coordinate representation of color #CA75A3: hue angle of 327.53º degrees, saturation: 0.45, 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 #CA75A3 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 163 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.21 |
| HSL | 327.53º | 0.45% | 0.63% | - |
| HSV(B) | 327.53º | 0.42% | 0.79% | - |
| XYZ | 37.33 | 27.92 | 38.07 | - |
| YUV | 147.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 163 | 0 | 0.42 | 0.19 | 0.21 | 327.53 | 0.45 | 0.63 |
| Hex | CA | 75 | A3 | 0 | 2A | 13 | 15 | 148 | 2D | 3F |
| Octal | 312 | 165 | 243 | 0 | 52 | 23 | 25 | 510 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10100011 | 0 | 101010 | 10011 | 10101 | 101001000 | 101101 | 111111 |
Color Harmonies of #CA75A3
Complementary color
Monochromatic Colors of #CA75A3
Black with #CA75A3
Text Example
Text Example
White with #CA75A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75A3; }
p { color: rgb(202,117,163); }
H1.HeaderClassName
{
color: #CA75A3;
}
.AnyTagClassName
{
color: #CA75A3;
}
</style>
background-color css
<style>
a { background-color: #CA75A3; }
a { background-color: rgb(202,117,163); }
div.DivClassName
{
background-color: #CA75A3;
}
.BgClassName
{
background-color: #CA75A3;
}
</style>
border-color css
<style>
span { border-color: #CA75A3; }
span { border-color: rgb(202,117,163); }
td.TdClassName
{
border-color: #CA75A3;
}
.TagClassName
{
border-color: #CA75A3;
}
</style>