Shades of Hopbush #CA679A
Tints of Hopbush #CA679A
RGB
CMYK
RGB Variations
Color information
#CA679A (or 0xCA679A) is known color: Hopbush. HEX triplet: CA, 67 and 9A. RGB value is (202,103,154). Sum of RGB (Red+Green+Blue) = 202+103+154=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA679A is #359865. Grayscale: #8A8A8A. Windows color (decimal): -3512422 or 10119114. OLE color: 10119114.
HSL color Cylindrical-coordinate representation of color #CA679A: hue angle of 329.09º 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 #CA679A is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 154 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.21 |
| HSL | 329.09º | 0.48% | 0.6% | - |
| HSV(B) | 329.09º | 0.49% | 0.79% | - |
| XYZ | 35.04 | 24.59 | 33.47 | - |
| YUV | 138.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 154 | 0 | 0.49 | 0.24 | 0.21 | 329.09 | 0.48 | 0.6 |
| Hex | CA | 67 | 9A | 0 | 31 | 18 | 15 | 149 | 30 | 3C |
| Octal | 312 | 147 | 232 | 0 | 61 | 30 | 25 | 511 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10011010 | 0 | 110001 | 11000 | 10101 | 101001001 | 110000 | 111100 |
Color Harmonies of #CA679A
Complementary color
Monochromatic Colors of #CA679A
Black with #CA679A
Text Example
Text Example
White with #CA679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA679A; }
p { color: rgb(202,103,154); }
H1.HeaderClassName
{
color: #CA679A;
}
.AnyTagClassName
{
color: #CA679A;
}
</style>
background-color css
<style>
a { background-color: #CA679A; }
a { background-color: rgb(202,103,154); }
div.DivClassName
{
background-color: #CA679A;
}
.BgClassName
{
background-color: #CA679A;
}
</style>
border-color css
<style>
span { border-color: #CA679A; }
span { border-color: rgb(202,103,154); }
td.TdClassName
{
border-color: #CA679A;
}
.TagClassName
{
border-color: #CA679A;
}
</style>