Shades of London Hue #C08CB4
Tints of London Hue #C08CB4
RGB
CMYK
RGB Variations
Color information
#C08CB4 (or 0xC08CB4) is known color: London Hue. HEX triplet: C0, 8C and B4. RGB value is (192,140,180). Sum of RGB (Red+Green+Blue) = 192+140+180=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CB4 is #3F734B. Grayscale: #A0A0A0. Windows color (decimal): -4158284 or 11832512. OLE color: 11832512.
HSL color Cylindrical-coordinate representation of color #C08CB4: hue angle of 313.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CB4 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 180 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.25 |
| HSL | 313.85º | 0.29% | 0.65% | - |
| HSV(B) | 313.85º | 0.27% | 0.75% | - |
| XYZ | 39.35 | 33.26 | 47.53 | - |
| YUV | 160.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 180 | 0 | 0.27 | 0.06 | 0.25 | 313.85 | 0.29 | 0.65 |
| Hex | C0 | 8C | B4 | 0 | 1B | 6 | 19 | 13A | 1D | 41 |
| Octal | 300 | 214 | 264 | 0 | 33 | 6 | 31 | 472 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10110100 | 0 | 11011 | 110 | 11001 | 100111010 | 11101 | 1000001 |
Color Harmonies of #C08CB4
Complementary color
Monochromatic Colors of #C08CB4
Black with #C08CB4
Text Example
Text Example
White with #C08CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CB4; }
p { color: rgb(192,140,180); }
H1.HeaderClassName
{
color: #C08CB4;
}
.AnyTagClassName
{
color: #C08CB4;
}
</style>
background-color css
<style>
a { background-color: #C08CB4; }
a { background-color: rgb(192,140,180); }
div.DivClassName
{
background-color: #C08CB4;
}
.BgClassName
{
background-color: #C08CB4;
}
</style>
border-color css
<style>
span { border-color: #C08CB4; }
span { border-color: rgb(192,140,180); }
td.TdClassName
{
border-color: #C08CB4;
}
.TagClassName
{
border-color: #C08CB4;
}
</style>