Shades of Hopbush #CA6798
Tints of Hopbush #CA6798
RGB
CMYK
RGB Variations
Color information
#CA6798 (or 0xCA6798) is known color: Hopbush. HEX triplet: CA, 67 and 98. RGB value is (202,103,152). Sum of RGB (Red+Green+Blue) = 202+103+152=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6798 is #359867. Grayscale: #8A8A8A. Windows color (decimal): -3512424 or 9988042. OLE color: 9988042.
HSL color Cylindrical-coordinate representation of color #CA6798: hue angle of 330.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6798 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 152 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.21 |
| HSL | 330.3º | 0.48% | 0.6% | - |
| HSV(B) | 330.3º | 0.49% | 0.79% | - |
| XYZ | 34.87 | 24.52 | 32.6 | - |
| YUV | 138.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 152 | 0 | 0.49 | 0.25 | 0.21 | 330.3 | 0.48 | 0.6 |
| Hex | CA | 67 | 98 | 0 | 31 | 19 | 15 | 14A | 30 | 3C |
| Octal | 312 | 147 | 230 | 0 | 61 | 31 | 25 | 512 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10011000 | 0 | 110001 | 11001 | 10101 | 101001010 | 110000 | 111100 |
Color Harmonies of #CA6798
Complementary color
Monochromatic Colors of #CA6798
Black with #CA6798
Text Example
Text Example
White with #CA6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6798; }
p { color: rgb(202,103,152); }
H1.HeaderClassName
{
color: #CA6798;
}
.AnyTagClassName
{
color: #CA6798;
}
</style>
background-color css
<style>
a { background-color: #CA6798; }
a { background-color: rgb(202,103,152); }
div.DivClassName
{
background-color: #CA6798;
}
.BgClassName
{
background-color: #CA6798;
}
</style>
border-color css
<style>
span { border-color: #CA6798; }
span { border-color: rgb(202,103,152); }
td.TdClassName
{
border-color: #CA6798;
}
.TagClassName
{
border-color: #CA6798;
}
</style>