Shades of Hopbush #CA7CA5
Tints of Hopbush #CA7CA5
RGB
CMYK
RGB Variations
Color information
#CA7CA5 (or 0xCA7CA5) is known color: Hopbush. HEX triplet: CA, 7C and A5. RGB value is (202,124,165). Sum of RGB (Red+Green+Blue) = 202+124+165=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7CA5 is #35835A. Grayscale: #979797. Windows color (decimal): -3507035 or 10845386. OLE color: 10845386.
HSL color Cylindrical-coordinate representation of color #CA7CA5: hue angle of 328.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CA5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 165 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.21 |
| HSL | 328.46º | 0.42% | 0.64% | - |
| HSV(B) | 328.46º | 0.39% | 0.79% | - |
| XYZ | 38.36 | 29.69 | 39.31 | - |
| YUV | 152 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 165 | 0 | 0.39 | 0.18 | 0.21 | 328.46 | 0.42 | 0.64 |
| Hex | CA | 7C | A5 | 0 | 27 | 12 | 15 | 148 | 2A | 40 |
| Octal | 312 | 174 | 245 | 0 | 47 | 22 | 25 | 510 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10100101 | 0 | 100111 | 10010 | 10101 | 101001000 | 101010 | 1000000 |
Color Harmonies of #CA7CA5
Complementary color
Monochromatic Colors of #CA7CA5
Black with #CA7CA5
Text Example
Text Example
White with #CA7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CA5; }
p { color: rgb(202,124,165); }
H1.HeaderClassName
{
color: #CA7CA5;
}
.AnyTagClassName
{
color: #CA7CA5;
}
</style>
background-color css
<style>
a { background-color: #CA7CA5; }
a { background-color: rgb(202,124,165); }
div.DivClassName
{
background-color: #CA7CA5;
}
.BgClassName
{
background-color: #CA7CA5;
}
</style>
border-color css
<style>
span { border-color: #CA7CA5; }
span { border-color: rgb(202,124,165); }
td.TdClassName
{
border-color: #CA7CA5;
}
.TagClassName
{
border-color: #CA7CA5;
}
</style>