Shades of London Hue #C08AB5
Tints of London Hue #C08AB5
RGB
CMYK
RGB Variations
Color information
#C08AB5 (or 0xC08AB5) is known color: London Hue. HEX triplet: C0, 8A and B5. RGB value is (192,138,181). Sum of RGB (Red+Green+Blue) = 192+138+181=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AB5 is #3F754A. Grayscale: #9E9E9E. Windows color (decimal): -4158795 or 11897536. OLE color: 11897536.
HSL color Cylindrical-coordinate representation of color #C08AB5: hue angle of 312.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AB5 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 181 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.25 |
| HSL | 312.22º | 0.3% | 0.65% | - |
| HSV(B) | 312.22º | 0.28% | 0.75% | - |
| XYZ | 39.17 | 32.72 | 47.97 | - |
| YUV | 159.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 181 | 0 | 0.28 | 0.06 | 0.25 | 312.22 | 0.3 | 0.65 |
| Hex | C0 | 8A | B5 | 0 | 1C | 6 | 19 | 138 | 1E | 41 |
| Octal | 300 | 212 | 265 | 0 | 34 | 6 | 31 | 470 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10110101 | 0 | 11100 | 110 | 11001 | 100111000 | 11110 | 1000001 |
Color Harmonies of #C08AB5
Complementary color
Monochromatic Colors of #C08AB5
Black with #C08AB5
Text Example
Text Example
White with #C08AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AB5; }
p { color: rgb(192,138,181); }
H1.HeaderClassName
{
color: #C08AB5;
}
.AnyTagClassName
{
color: #C08AB5;
}
</style>
background-color css
<style>
a { background-color: #C08AB5; }
a { background-color: rgb(192,138,181); }
div.DivClassName
{
background-color: #C08AB5;
}
.BgClassName
{
background-color: #C08AB5;
}
</style>
border-color css
<style>
span { border-color: #C08AB5; }
span { border-color: rgb(192,138,181); }
td.TdClassName
{
border-color: #C08AB5;
}
.TagClassName
{
border-color: #C08AB5;
}
</style>