Shades of Hopbush #CA648B
Tints of Hopbush #CA648B
RGB
CMYK
RGB Variations
Color information
#CA648B (or 0xCA648B) is known color: Hopbush. HEX triplet: CA, 64 and 8B. RGB value is (202,100,139). Sum of RGB (Red+Green+Blue) = 202+100+139=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA648B is #359B74. Grayscale: #868686. Windows color (decimal): -3513205 or 9135306. OLE color: 9135306.
HSL color Cylindrical-coordinate representation of color #CA648B: hue angle of 337.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 #CA648B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 139 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.21 |
| HSL | 337.06º | 0.49% | 0.59% | - |
| HSV(B) | 337.06º | 0.5% | 0.79% | - |
| XYZ | 33.57 | 23.53 | 27.2 | - |
| YUV | 134.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 139 | 0 | 0.50 | 0.31 | 0.21 | 337.06 | 0.49 | 0.59 |
| Hex | CA | 64 | 8B | 0 | 32 | 1F | 15 | 151 | 31 | 3B |
| Octal | 312 | 144 | 213 | 0 | 62 | 37 | 25 | 521 | 61 | 73 |
| Binary | 11001010 | 1100100 | 10001011 | 0 | 110010 | 11111 | 10101 | 101010001 | 110001 | 111011 |
Color Harmonies of #CA648B
Complementary color
Monochromatic Colors of #CA648B
Black with #CA648B
Text Example
Text Example
White with #CA648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA648B; }
p { color: rgb(202,100,139); }
H1.HeaderClassName
{
color: #CA648B;
}
.AnyTagClassName
{
color: #CA648B;
}
</style>
background-color css
<style>
a { background-color: #CA648B; }
a { background-color: rgb(202,100,139); }
div.DivClassName
{
background-color: #CA648B;
}
.BgClassName
{
background-color: #CA648B;
}
</style>
border-color css
<style>
span { border-color: #CA648B; }
span { border-color: rgb(202,100,139); }
td.TdClassName
{
border-color: #CA648B;
}
.TagClassName
{
border-color: #CA648B;
}
</style>