Shades of Hopbush #CA699C
Tints of Hopbush #CA699C
RGB
CMYK
RGB Variations
Color information
#CA699C (or 0xCA699C) is known color: Hopbush. HEX triplet: CA, 69 and 9C. RGB value is (202,105,156). Sum of RGB (Red+Green+Blue) = 202+105+156=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA699C is #359663. Grayscale: #8B8B8B. Windows color (decimal): -3511908 or 10250698. OLE color: 10250698.
HSL color Cylindrical-coordinate representation of color #CA699C: hue angle of 328.45º 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 #CA699C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 156 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.21 |
| HSL | 328.45º | 0.48% | 0.6% | - |
| HSV(B) | 328.45º | 0.48% | 0.79% | - |
| XYZ | 35.41 | 25.06 | 34.42 | - |
| YUV | 139.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 156 | 0 | 0.48 | 0.23 | 0.21 | 328.45 | 0.48 | 0.6 |
| Hex | CA | 69 | 9C | 0 | 30 | 17 | 15 | 148 | 30 | 3C |
| Octal | 312 | 151 | 234 | 0 | 60 | 27 | 25 | 510 | 60 | 74 |
| Binary | 11001010 | 1101001 | 10011100 | 0 | 110000 | 10111 | 10101 | 101001000 | 110000 | 111100 |
Color Harmonies of #CA699C
Complementary color
Monochromatic Colors of #CA699C
Black with #CA699C
Text Example
Text Example
White with #CA699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA699C; }
p { color: rgb(202,105,156); }
H1.HeaderClassName
{
color: #CA699C;
}
.AnyTagClassName
{
color: #CA699C;
}
</style>
background-color css
<style>
a { background-color: #CA699C; }
a { background-color: rgb(202,105,156); }
div.DivClassName
{
background-color: #CA699C;
}
.BgClassName
{
background-color: #CA699C;
}
</style>
border-color css
<style>
span { border-color: #CA699C; }
span { border-color: rgb(202,105,156); }
td.TdClassName
{
border-color: #CA699C;
}
.TagClassName
{
border-color: #CA699C;
}
</style>