Shades of Hopbush #CA7B97
Tints of Hopbush #CA7B97
RGB
CMYK
RGB Variations
Color information
#CA7B97 (or 0xCA7B97) is known color: Hopbush. HEX triplet: CA, 7B and 97. RGB value is (202,123,151). Sum of RGB (Red+Green+Blue) = 202+123+151=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B97 is #358468. Grayscale: #959595. Windows color (decimal): -3507305 or 9927626. OLE color: 9927626.
HSL color Cylindrical-coordinate representation of color #CA7B97: hue angle of 338.73º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7B97 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 151 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.21 |
| HSL | 338.73º | 0.43% | 0.64% | - |
| HSV(B) | 338.73º | 0.39% | 0.79% | - |
| XYZ | 37.03 | 28.96 | 32.92 | - |
| YUV | 149.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 151 | 0 | 0.39 | 0.25 | 0.21 | 338.73 | 0.43 | 0.64 |
| Hex | CA | 7B | 97 | 0 | 27 | 19 | 15 | 153 | 2B | 40 |
| Octal | 312 | 173 | 227 | 0 | 47 | 31 | 25 | 523 | 53 | 100 |
| Binary | 11001010 | 1111011 | 10010111 | 0 | 100111 | 11001 | 10101 | 101010011 | 101011 | 1000000 |
Color Harmonies of #CA7B97
Complementary color
Monochromatic Colors of #CA7B97
Black with #CA7B97
Text Example
Text Example
White with #CA7B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B97; }
p { color: rgb(202,123,151); }
H1.HeaderClassName
{
color: #CA7B97;
}
.AnyTagClassName
{
color: #CA7B97;
}
</style>
background-color css
<style>
a { background-color: #CA7B97; }
a { background-color: rgb(202,123,151); }
div.DivClassName
{
background-color: #CA7B97;
}
.BgClassName
{
background-color: #CA7B97;
}
</style>
border-color css
<style>
span { border-color: #CA7B97; }
span { border-color: rgb(202,123,151); }
td.TdClassName
{
border-color: #CA7B97;
}
.TagClassName
{
border-color: #CA7B97;
}
</style>