Shades of Hopbush #CA6C9B
Tints of Hopbush #CA6C9B
RGB
CMYK
RGB Variations
Color information
#CA6C9B (or 0xCA6C9B) is known color: Hopbush. HEX triplet: CA, 6C and 9B. RGB value is (202,108,155). Sum of RGB (Red+Green+Blue) = 202+108+155=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6C9B is #359364. Grayscale: #8D8D8D. Windows color (decimal): -3511141 or 10185930. OLE color: 10185930.
HSL color Cylindrical-coordinate representation of color #CA6C9B: hue angle of 330º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C9B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 155 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.21 |
| HSL | 330º | 0.47% | 0.61% | - |
| HSV(B) | 330º | 0.47% | 0.79% | - |
| XYZ | 35.64 | 25.65 | 34.08 | - |
| YUV | 141.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 155 | 0 | 0.47 | 0.23 | 0.21 | 330 | 0.47 | 0.61 |
| Hex | CA | 6C | 9B | 0 | 2F | 17 | 15 | 14A | 2F | 3D |
| Octal | 312 | 154 | 233 | 0 | 57 | 27 | 25 | 512 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10011011 | 0 | 101111 | 10111 | 10101 | 101001010 | 101111 | 111101 |
Color Harmonies of #CA6C9B
Complementary color
Monochromatic Colors of #CA6C9B
Black with #CA6C9B
Text Example
Text Example
White with #CA6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C9B; }
p { color: rgb(202,108,155); }
H1.HeaderClassName
{
color: #CA6C9B;
}
.AnyTagClassName
{
color: #CA6C9B;
}
</style>
background-color css
<style>
a { background-color: #CA6C9B; }
a { background-color: rgb(202,108,155); }
div.DivClassName
{
background-color: #CA6C9B;
}
.BgClassName
{
background-color: #CA6C9B;
}
</style>
border-color css
<style>
span { border-color: #CA6C9B; }
span { border-color: rgb(202,108,155); }
td.TdClassName
{
border-color: #CA6C9B;
}
.TagClassName
{
border-color: #CA6C9B;
}
</style>