Shades of Hopbush #CA728F
Tints of Hopbush #CA728F
RGB
CMYK
RGB Variations
Color information
#CA728F (or 0xCA728F) is known color: Hopbush. HEX triplet: CA, 72 and 8F. RGB value is (202,114,143). Sum of RGB (Red+Green+Blue) = 202+114+143=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA728F is #358D70. Grayscale: #8F8F8F. Windows color (decimal): -3509617 or 9401034. OLE color: 9401034.
HSL color Cylindrical-coordinate representation of color #CA728F: hue angle of 340.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA728F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 143 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.21 |
| HSL | 340.23º | 0.45% | 0.62% | - |
| HSV(B) | 340.23º | 0.44% | 0.79% | - |
| XYZ | 35.33 | 26.57 | 29.25 | - |
| YUV | 143.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 143 | 0 | 0.44 | 0.29 | 0.21 | 340.23 | 0.45 | 0.62 |
| Hex | CA | 72 | 8F | 0 | 2C | 1D | 15 | 154 | 2D | 3E |
| Octal | 312 | 162 | 217 | 0 | 54 | 35 | 25 | 524 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10001111 | 0 | 101100 | 11101 | 10101 | 101010100 | 101101 | 111110 |
Color Harmonies of #CA728F
Complementary color
Monochromatic Colors of #CA728F
Black with #CA728F
Text Example
Text Example
White with #CA728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA728F; }
p { color: rgb(202,114,143); }
H1.HeaderClassName
{
color: #CA728F;
}
.AnyTagClassName
{
color: #CA728F;
}
</style>
background-color css
<style>
a { background-color: #CA728F; }
a { background-color: rgb(202,114,143); }
div.DivClassName
{
background-color: #CA728F;
}
.BgClassName
{
background-color: #CA728F;
}
</style>
border-color css
<style>
span { border-color: #CA728F; }
span { border-color: rgb(202,114,143); }
td.TdClassName
{
border-color: #CA728F;
}
.TagClassName
{
border-color: #CA728F;
}
</style>