Shades of Hopbush #CA68AB
Tints of Hopbush #CA68AB
RGB
CMYK
RGB Variations
Color information
#CA68AB (or 0xCA68AB) is known color: Hopbush. HEX triplet: CA, 68 and AB. RGB value is (202,104,171). Sum of RGB (Red+Green+Blue) = 202+104+171=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68AB is #359754. Grayscale: #8C8C8C. Windows color (decimal): -3512149 or 11233482. OLE color: 11233482.
HSL color Cylindrical-coordinate representation of color #CA68AB: hue angle of 318.98º 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 #CA68AB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 171 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.21 |
| HSL | 318.98º | 0.48% | 0.6% | - |
| HSV(B) | 318.98º | 0.49% | 0.79% | - |
| XYZ | 36.66 | 25.4 | 41.5 | - |
| YUV | 140.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 171 | 0 | 0.49 | 0.15 | 0.21 | 318.98 | 0.48 | 0.6 |
| Hex | CA | 68 | AB | 0 | 31 | F | 15 | 13F | 30 | 3C |
| Octal | 312 | 150 | 253 | 0 | 61 | 17 | 25 | 477 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10101011 | 0 | 110001 | 1111 | 10101 | 100111111 | 110000 | 111100 |
Color Harmonies of #CA68AB
Complementary color
Monochromatic Colors of #CA68AB
Black with #CA68AB
Text Example
Text Example
White with #CA68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68AB; }
p { color: rgb(202,104,171); }
H1.HeaderClassName
{
color: #CA68AB;
}
.AnyTagClassName
{
color: #CA68AB;
}
</style>
background-color css
<style>
a { background-color: #CA68AB; }
a { background-color: rgb(202,104,171); }
div.DivClassName
{
background-color: #CA68AB;
}
.BgClassName
{
background-color: #CA68AB;
}
</style>
border-color css
<style>
span { border-color: #CA68AB; }
span { border-color: rgb(202,104,171); }
td.TdClassName
{
border-color: #CA68AB;
}
.TagClassName
{
border-color: #CA68AB;
}
</style>