Shades of Hopbush #CA6C8A
Tints of Hopbush #CA6C8A
RGB
CMYK
RGB Variations
Color information
#CA6C8A (or 0xCA6C8A) is known color: Hopbush. HEX triplet: CA, 6C and 8A. RGB value is (202,108,138). Sum of RGB (Red+Green+Blue) = 202+108+138=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6C8A is #359375. Grayscale: #8B8B8B. Windows color (decimal): -3511158 or 9071818. OLE color: 9071818.
HSL color Cylindrical-coordinate representation of color #CA6C8A: hue angle of 340.85º 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 #CA6C8A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 138 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.21 |
| HSL | 340.85º | 0.47% | 0.61% | - |
| HSV(B) | 340.85º | 0.47% | 0.79% | - |
| XYZ | 34.31 | 25.12 | 27.08 | - |
| YUV | 139.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 138 | 0 | 0.47 | 0.32 | 0.21 | 340.85 | 0.47 | 0.61 |
| Hex | CA | 6C | 8A | 0 | 2F | 20 | 15 | 155 | 2F | 3D |
| Octal | 312 | 154 | 212 | 0 | 57 | 40 | 25 | 525 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10001010 | 0 | 101111 | 100000 | 10101 | 101010101 | 101111 | 111101 |
Color Harmonies of #CA6C8A
Complementary color
Monochromatic Colors of #CA6C8A
Black with #CA6C8A
Text Example
Text Example
White with #CA6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C8A; }
p { color: rgb(202,108,138); }
H1.HeaderClassName
{
color: #CA6C8A;
}
.AnyTagClassName
{
color: #CA6C8A;
}
</style>
background-color css
<style>
a { background-color: #CA6C8A; }
a { background-color: rgb(202,108,138); }
div.DivClassName
{
background-color: #CA6C8A;
}
.BgClassName
{
background-color: #CA6C8A;
}
</style>
border-color css
<style>
span { border-color: #CA6C8A; }
span { border-color: rgb(202,108,138); }
td.TdClassName
{
border-color: #CA6C8A;
}
.TagClassName
{
border-color: #CA6C8A;
}
</style>