Shades of Hopbush #CA678E
Tints of Hopbush #CA678E
RGB
CMYK
RGB Variations
Color information
#CA678E (or 0xCA678E) is known color: Hopbush. HEX triplet: CA, 67 and 8E. RGB value is (202,103,142). Sum of RGB (Red+Green+Blue) = 202+103+142=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA678E is #359871. Grayscale: #888888. Windows color (decimal): -3512434 or 9332682. OLE color: 9332682.
HSL color Cylindrical-coordinate representation of color #CA678E: hue angle of 336.36º 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 #CA678E is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 142 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.21 |
| HSL | 336.36º | 0.48% | 0.6% | - |
| HSV(B) | 336.36º | 0.49% | 0.79% | - |
| XYZ | 34.09 | 24.21 | 28.47 | - |
| YUV | 137.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 142 | 0 | 0.49 | 0.30 | 0.21 | 336.36 | 0.48 | 0.6 |
| Hex | CA | 67 | 8E | 0 | 31 | 1E | 15 | 150 | 30 | 3C |
| Octal | 312 | 147 | 216 | 0 | 61 | 36 | 25 | 520 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10001110 | 0 | 110001 | 11110 | 10101 | 101010000 | 110000 | 111100 |
Color Harmonies of #CA678E
Complementary color
Monochromatic Colors of #CA678E
Black with #CA678E
Text Example
Text Example
White with #CA678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA678E; }
p { color: rgb(202,103,142); }
H1.HeaderClassName
{
color: #CA678E;
}
.AnyTagClassName
{
color: #CA678E;
}
</style>
background-color css
<style>
a { background-color: #CA678E; }
a { background-color: rgb(202,103,142); }
div.DivClassName
{
background-color: #CA678E;
}
.BgClassName
{
background-color: #CA678E;
}
</style>
border-color css
<style>
span { border-color: #CA678E; }
span { border-color: rgb(202,103,142); }
td.TdClassName
{
border-color: #CA678E;
}
.TagClassName
{
border-color: #CA678E;
}
</style>