Shades of Hopbush #CA6B9A
Tints of Hopbush #CA6B9A
RGB
CMYK
RGB Variations
Color information
#CA6B9A (or 0xCA6B9A) is known color: Hopbush. HEX triplet: CA, 6B and 9A. RGB value is (202,107,154). Sum of RGB (Red+Green+Blue) = 202+107+154=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B9A is #359465. Grayscale: #8C8C8C. Windows color (decimal): -3511398 or 10120138. OLE color: 10120138.
HSL color Cylindrical-coordinate representation of color #CA6B9A: hue angle of 330.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B9A is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 154 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.21 |
| HSL | 330.32º | 0.47% | 0.61% | - |
| HSV(B) | 330.32º | 0.47% | 0.79% | - |
| XYZ | 35.45 | 25.41 | 33.61 | - |
| YUV | 140.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 154 | 0 | 0.47 | 0.24 | 0.21 | 330.32 | 0.47 | 0.61 |
| Hex | CA | 6B | 9A | 0 | 2F | 18 | 15 | 14A | 2F | 3D |
| Octal | 312 | 153 | 232 | 0 | 57 | 30 | 25 | 512 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10011010 | 0 | 101111 | 11000 | 10101 | 101001010 | 101111 | 111101 |
Color Harmonies of #CA6B9A
Complementary color
Monochromatic Colors of #CA6B9A
Black with #CA6B9A
Text Example
Text Example
White with #CA6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B9A; }
p { color: rgb(202,107,154); }
H1.HeaderClassName
{
color: #CA6B9A;
}
.AnyTagClassName
{
color: #CA6B9A;
}
</style>
background-color css
<style>
a { background-color: #CA6B9A; }
a { background-color: rgb(202,107,154); }
div.DivClassName
{
background-color: #CA6B9A;
}
.BgClassName
{
background-color: #CA6B9A;
}
</style>
border-color css
<style>
span { border-color: #CA6B9A; }
span { border-color: rgb(202,107,154); }
td.TdClassName
{
border-color: #CA6B9A;
}
.TagClassName
{
border-color: #CA6B9A;
}
</style>