Shades of Hopbush #CA67A8
Tints of Hopbush #CA67A8
RGB
CMYK
RGB Variations
Color information
#CA67A8 (or 0xCA67A8) is known color: Hopbush. HEX triplet: CA, 67 and A8. RGB value is (202,103,168). Sum of RGB (Red+Green+Blue) = 202+103+168=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA67A8 is #359857. Grayscale: #8B8B8B. Windows color (decimal): -3512408 or 11036618. OLE color: 11036618.
HSL color Cylindrical-coordinate representation of color #CA67A8: hue angle of 320.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA67A8 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 168 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.21 |
| HSL | 320.61º | 0.48% | 0.6% | - |
| HSV(B) | 320.61º | 0.49% | 0.79% | - |
| XYZ | 36.28 | 25.08 | 39.98 | - |
| YUV | 140.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 168 | 0 | 0.49 | 0.17 | 0.21 | 320.61 | 0.48 | 0.6 |
| Hex | CA | 67 | A8 | 0 | 31 | 11 | 15 | 141 | 30 | 3C |
| Octal | 312 | 147 | 250 | 0 | 61 | 21 | 25 | 501 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10101000 | 0 | 110001 | 10001 | 10101 | 101000001 | 110000 | 111100 |
Color Harmonies of #CA67A8
Complementary color
Monochromatic Colors of #CA67A8
Black with #CA67A8
Text Example
Text Example
White with #CA67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67A8; }
p { color: rgb(202,103,168); }
H1.HeaderClassName
{
color: #CA67A8;
}
.AnyTagClassName
{
color: #CA67A8;
}
</style>
background-color css
<style>
a { background-color: #CA67A8; }
a { background-color: rgb(202,103,168); }
div.DivClassName
{
background-color: #CA67A8;
}
.BgClassName
{
background-color: #CA67A8;
}
</style>
border-color css
<style>
span { border-color: #CA67A8; }
span { border-color: rgb(202,103,168); }
td.TdClassName
{
border-color: #CA67A8;
}
.TagClassName
{
border-color: #CA67A8;
}
</style>