Shades of Hopbush #CA699E
Tints of Hopbush #CA699E
RGB
CMYK
RGB Variations
Color information
#CA699E (or 0xCA699E) is known color: Hopbush. HEX triplet: CA, 69 and 9E. RGB value is (202,105,158). Sum of RGB (Red+Green+Blue) = 202+105+158=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA699E is #359661. Grayscale: #8B8B8B. Windows color (decimal): -3511906 or 10381770. OLE color: 10381770.
HSL color Cylindrical-coordinate representation of color #CA699E: hue angle of 327.22º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA699E is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 158 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.21 |
| HSL | 327.22º | 0.48% | 0.6% | - |
| HSV(B) | 327.22º | 0.48% | 0.79% | - |
| XYZ | 35.58 | 25.13 | 35.32 | - |
| YUV | 140.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 158 | 0 | 0.48 | 0.22 | 0.21 | 327.22 | 0.48 | 0.6 |
| Hex | CA | 69 | 9E | 0 | 30 | 16 | 15 | 147 | 30 | 3C |
| Octal | 312 | 151 | 236 | 0 | 60 | 26 | 25 | 507 | 60 | 74 |
| Binary | 11001010 | 1101001 | 10011110 | 0 | 110000 | 10110 | 10101 | 101000111 | 110000 | 111100 |
Color Harmonies of #CA699E
Complementary color
Monochromatic Colors of #CA699E
Black with #CA699E
Text Example
Text Example
White with #CA699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA699E; }
p { color: rgb(202,105,158); }
H1.HeaderClassName
{
color: #CA699E;
}
.AnyTagClassName
{
color: #CA699E;
}
</style>
background-color css
<style>
a { background-color: #CA699E; }
a { background-color: rgb(202,105,158); }
div.DivClassName
{
background-color: #CA699E;
}
.BgClassName
{
background-color: #CA699E;
}
</style>
border-color css
<style>
span { border-color: #CA699E; }
span { border-color: rgb(202,105,158); }
td.TdClassName
{
border-color: #CA699E;
}
.TagClassName
{
border-color: #CA699E;
}
</style>