Shades of Hopbush #CA6D98
Tints of Hopbush #CA6D98
RGB
CMYK
RGB Variations
Color information
#CA6D98 (or 0xCA6D98) is known color: Hopbush. HEX triplet: CA, 6D and 98. RGB value is (202,109,152). Sum of RGB (Red+Green+Blue) = 202+109+152=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D98 is #359267. Grayscale: #8D8D8D. Windows color (decimal): -3510888 or 9989578. OLE color: 9989578.
HSL color Cylindrical-coordinate representation of color #CA6D98: hue angle of 332.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6D98 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 152 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.21 |
| HSL | 332.26º | 0.47% | 0.61% | - |
| HSV(B) | 332.26º | 0.46% | 0.79% | - |
| XYZ | 35.49 | 25.76 | 32.81 | - |
| YUV | 141.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 152 | 0 | 0.46 | 0.25 | 0.21 | 332.26 | 0.47 | 0.61 |
| Hex | CA | 6D | 98 | 0 | 2E | 19 | 15 | 14C | 2F | 3D |
| Octal | 312 | 155 | 230 | 0 | 56 | 31 | 25 | 514 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10011000 | 0 | 101110 | 11001 | 10101 | 101001100 | 101111 | 111101 |
Color Harmonies of #CA6D98
Complementary color
Monochromatic Colors of #CA6D98
Black with #CA6D98
Text Example
Text Example
White with #CA6D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D98; }
p { color: rgb(202,109,152); }
H1.HeaderClassName
{
color: #CA6D98;
}
.AnyTagClassName
{
color: #CA6D98;
}
</style>
background-color css
<style>
a { background-color: #CA6D98; }
a { background-color: rgb(202,109,152); }
div.DivClassName
{
background-color: #CA6D98;
}
.BgClassName
{
background-color: #CA6D98;
}
</style>
border-color css
<style>
span { border-color: #CA6D98; }
span { border-color: rgb(202,109,152); }
td.TdClassName
{
border-color: #CA6D98;
}
.TagClassName
{
border-color: #CA6D98;
}
</style>