Shades of Hopbush #CA6F9A
Tints of Hopbush #CA6F9A
RGB
CMYK
RGB Variations
Color information
#CA6F9A (or 0xCA6F9A) is known color: Hopbush. HEX triplet: CA, 6F and 9A. RGB value is (202,111,154). Sum of RGB (Red+Green+Blue) = 202+111+154=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F9A is #359065. Grayscale: #8F8F8F. Windows color (decimal): -3510374 or 10121162. OLE color: 10121162.
HSL color Cylindrical-coordinate representation of color #CA6F9A: hue angle of 331.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6F9A is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 154 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.21 |
| HSL | 331.65º | 0.46% | 0.61% | - |
| HSV(B) | 331.65º | 0.45% | 0.79% | - |
| XYZ | 35.87 | 26.26 | 33.75 | - |
| YUV | 143.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 154 | 0 | 0.45 | 0.24 | 0.21 | 331.65 | 0.46 | 0.61 |
| Hex | CA | 6F | 9A | 0 | 2D | 18 | 15 | 14C | 2E | 3D |
| Octal | 312 | 157 | 232 | 0 | 55 | 30 | 25 | 514 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10011010 | 0 | 101101 | 11000 | 10101 | 101001100 | 101110 | 111101 |
Color Harmonies of #CA6F9A
Complementary color
Monochromatic Colors of #CA6F9A
Black with #CA6F9A
Text Example
Text Example
White with #CA6F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F9A; }
p { color: rgb(202,111,154); }
H1.HeaderClassName
{
color: #CA6F9A;
}
.AnyTagClassName
{
color: #CA6F9A;
}
</style>
background-color css
<style>
a { background-color: #CA6F9A; }
a { background-color: rgb(202,111,154); }
div.DivClassName
{
background-color: #CA6F9A;
}
.BgClassName
{
background-color: #CA6F9A;
}
</style>
border-color css
<style>
span { border-color: #CA6F9A; }
span { border-color: rgb(202,111,154); }
td.TdClassName
{
border-color: #CA6F9A;
}
.TagClassName
{
border-color: #CA6F9A;
}
</style>