Shades of London Hue #C07BAF
Tints of London Hue #C07BAF
RGB
CMYK
RGB Variations
Color information
#C07BAF (or 0xC07BAF) is known color: London Hue. HEX triplet: C0, 7B and AF. RGB value is (192,123,175). Sum of RGB (Red+Green+Blue) = 192+123+175=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C07BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07BAF is #3F8450. Grayscale: #959595. Windows color (decimal): -4162641 or 11500480. OLE color: 11500480.
HSL color Cylindrical-coordinate representation of color #C07BAF: hue angle of 314.78º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BAF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 175 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.25 |
| HSL | 314.78º | 0.35% | 0.62% | - |
| HSV(B) | 314.78º | 0.36% | 0.75% | - |
| XYZ | 36.56 | 28.47 | 44.13 | - |
| YUV | 149.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 175 | 0 | 0.36 | 0.09 | 0.25 | 314.78 | 0.35 | 0.62 |
| Hex | C0 | 7B | AF | 0 | 24 | 9 | 19 | 13B | 23 | 3E |
| Octal | 300 | 173 | 257 | 0 | 44 | 11 | 31 | 473 | 43 | 76 |
| Binary | 11000000 | 1111011 | 10101111 | 0 | 100100 | 1001 | 11001 | 100111011 | 100011 | 111110 |
Color Harmonies of #C07BAF
Complementary color
Monochromatic Colors of #C07BAF
Black with #C07BAF
Text Example
Text Example
White with #C07BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BAF; }
p { color: rgb(192,123,175); }
H1.HeaderClassName
{
color: #C07BAF;
}
.AnyTagClassName
{
color: #C07BAF;
}
</style>
background-color css
<style>
a { background-color: #C07BAF; }
a { background-color: rgb(192,123,175); }
div.DivClassName
{
background-color: #C07BAF;
}
.BgClassName
{
background-color: #C07BAF;
}
</style>
border-color css
<style>
span { border-color: #C07BAF; }
span { border-color: rgb(192,123,175); }
td.TdClassName
{
border-color: #C07BAF;
}
.TagClassName
{
border-color: #C07BAF;
}
</style>