Shades of Hopbush #CA678B
Tints of Hopbush #CA678B
RGB
CMYK
RGB Variations
Color information
#CA678B (or 0xCA678B) is known color: Hopbush. HEX triplet: CA, 67 and 8B. RGB value is (202,103,139). Sum of RGB (Red+Green+Blue) = 202+103+139=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA678B is #359874. Grayscale: #888888. Windows color (decimal): -3512437 or 9136074. OLE color: 9136074.
HSL color Cylindrical-coordinate representation of color #CA678B: hue angle of 338.18º 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 #CA678B is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 139 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.21 |
| HSL | 338.18º | 0.48% | 0.6% | - |
| HSV(B) | 338.18º | 0.49% | 0.79% | - |
| XYZ | 33.87 | 24.12 | 27.3 | - |
| YUV | 136.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 139 | 0 | 0.49 | 0.31 | 0.21 | 338.18 | 0.48 | 0.6 |
| Hex | CA | 67 | 8B | 0 | 31 | 1F | 15 | 152 | 30 | 3C |
| Octal | 312 | 147 | 213 | 0 | 61 | 37 | 25 | 522 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10001011 | 0 | 110001 | 11111 | 10101 | 101010010 | 110000 | 111100 |
Color Harmonies of #CA678B
Complementary color
Monochromatic Colors of #CA678B
Black with #CA678B
Text Example
Text Example
White with #CA678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA678B; }
p { color: rgb(202,103,139); }
H1.HeaderClassName
{
color: #CA678B;
}
.AnyTagClassName
{
color: #CA678B;
}
</style>
background-color css
<style>
a { background-color: #CA678B; }
a { background-color: rgb(202,103,139); }
div.DivClassName
{
background-color: #CA678B;
}
.BgClassName
{
background-color: #CA678B;
}
</style>
border-color css
<style>
span { border-color: #CA678B; }
span { border-color: rgb(202,103,139); }
td.TdClassName
{
border-color: #CA678B;
}
.TagClassName
{
border-color: #CA678B;
}
</style>