Shades of Hopbush #CA6192
Tints of Hopbush #CA6192
RGB
CMYK
RGB Variations
Color information
#CA6192 (or 0xCA6192) is known color: Hopbush. HEX triplet: CA, 61 and 92. RGB value is (202,97,146). Sum of RGB (Red+Green+Blue) = 202+97+146=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6192 is #359E6D. Grayscale: #858585. Windows color (decimal): -3513966 or 9593290. OLE color: 9593290.
HSL color Cylindrical-coordinate representation of color #CA6192: hue angle of 332º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6192 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 146 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.21 |
| HSL | 332º | 0.5% | 0.59% | - |
| HSV(B) | 332º | 0.52% | 0.79% | - |
| XYZ | 33.82 | 23.18 | 29.89 | - |
| YUV | 133.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 146 | 0 | 0.52 | 0.28 | 0.21 | 332 | 0.5 | 0.59 |
| Hex | CA | 61 | 92 | 0 | 34 | 1C | 15 | 14C | 32 | 3B |
| Octal | 312 | 141 | 222 | 0 | 64 | 34 | 25 | 514 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10010010 | 0 | 110100 | 11100 | 10101 | 101001100 | 110010 | 111011 |
Color Harmonies of #CA6192
Complementary color
Monochromatic Colors of #CA6192
Black with #CA6192
Text Example
Text Example
White with #CA6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6192; }
p { color: rgb(202,97,146); }
H1.HeaderClassName
{
color: #CA6192;
}
.AnyTagClassName
{
color: #CA6192;
}
</style>
background-color css
<style>
a { background-color: #CA6192; }
a { background-color: rgb(202,97,146); }
div.DivClassName
{
background-color: #CA6192;
}
.BgClassName
{
background-color: #CA6192;
}
</style>
border-color css
<style>
span { border-color: #CA6192; }
span { border-color: rgb(202,97,146); }
td.TdClassName
{
border-color: #CA6192;
}
.TagClassName
{
border-color: #CA6192;
}
</style>