Shades of Hopbush #CA689B
Tints of Hopbush #CA689B
RGB
CMYK
RGB Variations
Color information
#CA689B (or 0xCA689B) is known color: Hopbush. HEX triplet: CA, 68 and 9B. RGB value is (202,104,155). Sum of RGB (Red+Green+Blue) = 202+104+155=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA689B is #359764. Grayscale: #8B8B8B. Windows color (decimal): -3512165 or 10184906. OLE color: 10184906.
HSL color Cylindrical-coordinate representation of color #CA689B: hue angle of 328.78º 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 #CA689B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 155 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.21 |
| HSL | 328.78º | 0.48% | 0.6% | - |
| HSV(B) | 328.78º | 0.49% | 0.79% | - |
| XYZ | 35.22 | 24.82 | 33.95 | - |
| YUV | 139.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 155 | 0 | 0.49 | 0.23 | 0.21 | 328.78 | 0.48 | 0.6 |
| Hex | CA | 68 | 9B | 0 | 31 | 17 | 15 | 149 | 30 | 3C |
| Octal | 312 | 150 | 233 | 0 | 61 | 27 | 25 | 511 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10011011 | 0 | 110001 | 10111 | 10101 | 101001001 | 110000 | 111100 |
Color Harmonies of #CA689B
Complementary color
Monochromatic Colors of #CA689B
Black with #CA689B
Text Example
Text Example
White with #CA689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA689B; }
p { color: rgb(202,104,155); }
H1.HeaderClassName
{
color: #CA689B;
}
.AnyTagClassName
{
color: #CA689B;
}
</style>
background-color css
<style>
a { background-color: #CA689B; }
a { background-color: rgb(202,104,155); }
div.DivClassName
{
background-color: #CA689B;
}
.BgClassName
{
background-color: #CA689B;
}
</style>
border-color css
<style>
span { border-color: #CA689B; }
span { border-color: rgb(202,104,155); }
td.TdClassName
{
border-color: #CA689B;
}
.TagClassName
{
border-color: #CA689B;
}
</style>