Shades of Hopbush #CA6F93
Tints of Hopbush #CA6F93
RGB
CMYK
RGB Variations
Color information
#CA6F93 (or 0xCA6F93) is known color: Hopbush. HEX triplet: CA, 6F and 93. RGB value is (202,111,147). Sum of RGB (Red+Green+Blue) = 202+111+147=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F93 is #35906C. Grayscale: #8E8E8E. Windows color (decimal): -3510381 or 9662410. OLE color: 9662410.
HSL color Cylindrical-coordinate representation of color #CA6F93: hue angle of 336.26º 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 #CA6F93 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 147 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.21 |
| HSL | 336.26º | 0.46% | 0.61% | - |
| HSV(B) | 336.26º | 0.45% | 0.79% | - |
| XYZ | 35.31 | 26.03 | 30.77 | - |
| YUV | 142.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 147 | 0 | 0.45 | 0.27 | 0.21 | 336.26 | 0.46 | 0.61 |
| Hex | CA | 6F | 93 | 0 | 2D | 1B | 15 | 150 | 2E | 3D |
| Octal | 312 | 157 | 223 | 0 | 55 | 33 | 25 | 520 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10010011 | 0 | 101101 | 11011 | 10101 | 101010000 | 101110 | 111101 |
Color Harmonies of #CA6F93
Complementary color
Monochromatic Colors of #CA6F93
Black with #CA6F93
Text Example
Text Example
White with #CA6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F93; }
p { color: rgb(202,111,147); }
H1.HeaderClassName
{
color: #CA6F93;
}
.AnyTagClassName
{
color: #CA6F93;
}
</style>
background-color css
<style>
a { background-color: #CA6F93; }
a { background-color: rgb(202,111,147); }
div.DivClassName
{
background-color: #CA6F93;
}
.BgClassName
{
background-color: #CA6F93;
}
</style>
border-color css
<style>
span { border-color: #CA6F93; }
span { border-color: rgb(202,111,147); }
td.TdClassName
{
border-color: #CA6F93;
}
.TagClassName
{
border-color: #CA6F93;
}
</style>