Shades of Hopbush #CA649C
Tints of Hopbush #CA649C
RGB
CMYK
RGB Variations
Color information
#CA649C (or 0xCA649C) is known color: Hopbush. HEX triplet: CA, 64 and 9C. RGB value is (202,100,156). Sum of RGB (Red+Green+Blue) = 202+100+156=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA649C is #359B63. Grayscale: #888888. Windows color (decimal): -3513188 or 10249418. OLE color: 10249418.
HSL color Cylindrical-coordinate representation of color #CA649C: hue angle of 327.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA649C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 156 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.21 |
| HSL | 327.06º | 0.49% | 0.59% | - |
| HSV(B) | 327.06º | 0.5% | 0.79% | - |
| XYZ | 34.92 | 24.07 | 34.26 | - |
| YUV | 136.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 156 | 0 | 0.50 | 0.23 | 0.21 | 327.06 | 0.49 | 0.59 |
| Hex | CA | 64 | 9C | 0 | 32 | 17 | 15 | 147 | 31 | 3B |
| Octal | 312 | 144 | 234 | 0 | 62 | 27 | 25 | 507 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10011100 | 0 | 110010 | 10111 | 10101 | 101000111 | 110001 | 111011 |
Color Harmonies of #CA649C
Complementary color
Monochromatic Colors of #CA649C
Black with #CA649C
Text Example
Text Example
White with #CA649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA649C; }
p { color: rgb(202,100,156); }
H1.HeaderClassName
{
color: #CA649C;
}
.AnyTagClassName
{
color: #CA649C;
}
</style>
background-color css
<style>
a { background-color: #CA649C; }
a { background-color: rgb(202,100,156); }
div.DivClassName
{
background-color: #CA649C;
}
.BgClassName
{
background-color: #CA649C;
}
</style>
border-color css
<style>
span { border-color: #CA649C; }
span { border-color: rgb(202,100,156); }
td.TdClassName
{
border-color: #CA649C;
}
.TagClassName
{
border-color: #CA649C;
}
</style>