Shades of Hopbush #CA6FAE
Tints of Hopbush #CA6FAE
RGB
CMYK
RGB Variations
Color information
#CA6FAE (or 0xCA6FAE) is known color: Hopbush. HEX triplet: CA, 6F and AE. RGB value is (202,111,174). Sum of RGB (Red+Green+Blue) = 202+111+174=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6FAE is #359051. Grayscale: #919191. Windows color (decimal): -3510354 or 11431882. OLE color: 11431882.
HSL color Cylindrical-coordinate representation of color #CA6FAE: hue angle of 318.46º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FAE is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 174 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.21 |
| HSL | 318.46º | 0.46% | 0.61% | - |
| HSV(B) | 318.46º | 0.45% | 0.79% | - |
| XYZ | 37.68 | 26.98 | 43.27 | - |
| YUV | 145.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 174 | 0 | 0.45 | 0.14 | 0.21 | 318.46 | 0.46 | 0.61 |
| Hex | CA | 6F | AE | 0 | 2D | E | 15 | 13E | 2E | 3D |
| Octal | 312 | 157 | 256 | 0 | 55 | 16 | 25 | 476 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10101110 | 0 | 101101 | 1110 | 10101 | 100111110 | 101110 | 111101 |
Color Harmonies of #CA6FAE
Complementary color
Monochromatic Colors of #CA6FAE
Black with #CA6FAE
Text Example
Text Example
White with #CA6FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FAE; }
p { color: rgb(202,111,174); }
H1.HeaderClassName
{
color: #CA6FAE;
}
.AnyTagClassName
{
color: #CA6FAE;
}
</style>
background-color css
<style>
a { background-color: #CA6FAE; }
a { background-color: rgb(202,111,174); }
div.DivClassName
{
background-color: #CA6FAE;
}
.BgClassName
{
background-color: #CA6FAE;
}
</style>
border-color css
<style>
span { border-color: #CA6FAE; }
span { border-color: rgb(202,111,174); }
td.TdClassName
{
border-color: #CA6FAE;
}
.TagClassName
{
border-color: #CA6FAE;
}
</style>