Shades of Hopbush #CA66A4
Tints of Hopbush #CA66A4
RGB
CMYK
RGB Variations
Color information
#CA66A4 (or 0xCA66A4) is known color: Hopbush. HEX triplet: CA, 66 and A4. RGB value is (202,102,164). Sum of RGB (Red+Green+Blue) = 202+102+164=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA66A4 is #35995B. Grayscale: #8A8A8A. Windows color (decimal): -3512668 or 10774218. OLE color: 10774218.
HSL color Cylindrical-coordinate representation of color #CA66A4: hue angle of 322.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66A4 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 164 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.21 |
| HSL | 322.8º | 0.49% | 0.6% | - |
| HSV(B) | 322.8º | 0.5% | 0.79% | - |
| XYZ | 35.81 | 24.74 | 38.01 | - |
| YUV | 138.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 164 | 0 | 0.50 | 0.19 | 0.21 | 322.8 | 0.49 | 0.6 |
| Hex | CA | 66 | A4 | 0 | 32 | 13 | 15 | 143 | 31 | 3C |
| Octal | 312 | 146 | 244 | 0 | 62 | 23 | 25 | 503 | 61 | 74 |
| Binary | 11001010 | 1100110 | 10100100 | 0 | 110010 | 10011 | 10101 | 101000011 | 110001 | 111100 |
Color Harmonies of #CA66A4
Complementary color
Monochromatic Colors of #CA66A4
Black with #CA66A4
Text Example
Text Example
White with #CA66A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66A4; }
p { color: rgb(202,102,164); }
H1.HeaderClassName
{
color: #CA66A4;
}
.AnyTagClassName
{
color: #CA66A4;
}
</style>
background-color css
<style>
a { background-color: #CA66A4; }
a { background-color: rgb(202,102,164); }
div.DivClassName
{
background-color: #CA66A4;
}
.BgClassName
{
background-color: #CA66A4;
}
</style>
border-color css
<style>
span { border-color: #CA66A4; }
span { border-color: rgb(202,102,164); }
td.TdClassName
{
border-color: #CA66A4;
}
.TagClassName
{
border-color: #CA66A4;
}
</style>