Shades of Hopbush #CA6B8C
Tints of Hopbush #CA6B8C
RGB
CMYK
RGB Variations
Color information
#CA6B8C (or 0xCA6B8C) is known color: Hopbush. HEX triplet: CA, 6B and 8C. RGB value is (202,107,140). Sum of RGB (Red+Green+Blue) = 202+107+140=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B8C is #359473. Grayscale: #8B8B8B. Windows color (decimal): -3511412 or 9202634. OLE color: 9202634.
HSL color Cylindrical-coordinate representation of color #CA6B8C: hue angle of 339.16º 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 #CA6B8C is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 140 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.21 |
| HSL | 339.16º | 0.47% | 0.61% | - |
| HSV(B) | 339.16º | 0.47% | 0.79% | - |
| XYZ | 34.35 | 24.97 | 27.82 | - |
| YUV | 139.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 140 | 0 | 0.47 | 0.31 | 0.21 | 339.16 | 0.47 | 0.61 |
| Hex | CA | 6B | 8C | 0 | 2F | 1F | 15 | 153 | 2F | 3D |
| Octal | 312 | 153 | 214 | 0 | 57 | 37 | 25 | 523 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10001100 | 0 | 101111 | 11111 | 10101 | 101010011 | 101111 | 111101 |
Color Harmonies of #CA6B8C
Complementary color
Monochromatic Colors of #CA6B8C
Black with #CA6B8C
Text Example
Text Example
White with #CA6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B8C; }
p { color: rgb(202,107,140); }
H1.HeaderClassName
{
color: #CA6B8C;
}
.AnyTagClassName
{
color: #CA6B8C;
}
</style>
background-color css
<style>
a { background-color: #CA6B8C; }
a { background-color: rgb(202,107,140); }
div.DivClassName
{
background-color: #CA6B8C;
}
.BgClassName
{
background-color: #CA6B8C;
}
</style>
border-color css
<style>
span { border-color: #CA6B8C; }
span { border-color: rgb(202,107,140); }
td.TdClassName
{
border-color: #CA6B8C;
}
.TagClassName
{
border-color: #CA6B8C;
}
</style>