Shades of Hopbush #CA7694
Tints of Hopbush #CA7694
RGB
CMYK
RGB Variations
Color information
#CA7694 (or 0xCA7694) is known color: Hopbush. HEX triplet: CA, 76 and 94. RGB value is (202,118,148). Sum of RGB (Red+Green+Blue) = 202+118+148=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7694 is #35896B. Grayscale: #929292. Windows color (decimal): -3508588 or 9729738. OLE color: 9729738.
HSL color Cylindrical-coordinate representation of color #CA7694: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7694 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 148 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.21 |
| HSL | 338.57º | 0.44% | 0.63% | - |
| HSV(B) | 338.57º | 0.42% | 0.79% | - |
| XYZ | 36.18 | 27.65 | 31.45 | - |
| YUV | 146.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 148 | 0 | 0.42 | 0.27 | 0.21 | 338.57 | 0.44 | 0.63 |
| Hex | CA | 76 | 94 | 0 | 2A | 1B | 15 | 153 | 2C | 3F |
| Octal | 312 | 166 | 224 | 0 | 52 | 33 | 25 | 523 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10010100 | 0 | 101010 | 11011 | 10101 | 101010011 | 101100 | 111111 |
Color Harmonies of #CA7694
Complementary color
Monochromatic Colors of #CA7694
Black with #CA7694
Text Example
Text Example
White with #CA7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7694; }
p { color: rgb(202,118,148); }
H1.HeaderClassName
{
color: #CA7694;
}
.AnyTagClassName
{
color: #CA7694;
}
</style>
background-color css
<style>
a { background-color: #CA7694; }
a { background-color: rgb(202,118,148); }
div.DivClassName
{
background-color: #CA7694;
}
.BgClassName
{
background-color: #CA7694;
}
</style>
border-color css
<style>
span { border-color: #CA7694; }
span { border-color: rgb(202,118,148); }
td.TdClassName
{
border-color: #CA7694;
}
.TagClassName
{
border-color: #CA7694;
}
</style>