Shades of Hopbush #CA6B9C
Tints of Hopbush #CA6B9C
RGB
CMYK
RGB Variations
Color information
#CA6B9C (or 0xCA6B9C) is known color: Hopbush. HEX triplet: CA, 6B and 9C. RGB value is (202,107,156). Sum of RGB (Red+Green+Blue) = 202+107+156=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B9C is #359463. Grayscale: #8C8C8C. Windows color (decimal): -3511396 or 10251210. OLE color: 10251210.
HSL color Cylindrical-coordinate representation of color #CA6B9C: hue angle of 329.05º 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 #CA6B9C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 156 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.21 |
| HSL | 329.05º | 0.47% | 0.61% | - |
| HSV(B) | 329.05º | 0.47% | 0.79% | - |
| XYZ | 35.62 | 25.47 | 34.49 | - |
| YUV | 140.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 156 | 0 | 0.47 | 0.23 | 0.21 | 329.05 | 0.47 | 0.61 |
| Hex | CA | 6B | 9C | 0 | 2F | 17 | 15 | 149 | 2F | 3D |
| Octal | 312 | 153 | 234 | 0 | 57 | 27 | 25 | 511 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10011100 | 0 | 101111 | 10111 | 10101 | 101001001 | 101111 | 111101 |
Color Harmonies of #CA6B9C
Complementary color
Monochromatic Colors of #CA6B9C
Black with #CA6B9C
Text Example
Text Example
White with #CA6B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B9C; }
p { color: rgb(202,107,156); }
H1.HeaderClassName
{
color: #CA6B9C;
}
.AnyTagClassName
{
color: #CA6B9C;
}
</style>
background-color css
<style>
a { background-color: #CA6B9C; }
a { background-color: rgb(202,107,156); }
div.DivClassName
{
background-color: #CA6B9C;
}
.BgClassName
{
background-color: #CA6B9C;
}
</style>
border-color css
<style>
span { border-color: #CA6B9C; }
span { border-color: rgb(202,107,156); }
td.TdClassName
{
border-color: #CA6B9C;
}
.TagClassName
{
border-color: #CA6B9C;
}
</style>