Shades of London Hue #C67BB5
Tints of London Hue #C67BB5
RGB
CMYK
RGB Variations
Color information
#C67BB5 (or 0xC67BB5) is known color: London Hue. HEX triplet: C6, 7B and B5. RGB value is (198,123,181). Sum of RGB (Red+Green+Blue) = 198+123+181=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BB5 is #39844A. Grayscale: #979797. Windows color (decimal): -3769419 or 11893702. OLE color: 11893702.
HSL color Cylindrical-coordinate representation of color #C67BB5: hue angle of 313.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67BB5 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 181 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.22 |
| HSL | 313.6º | 0.4% | 0.63% | - |
| HSV(B) | 313.6º | 0.38% | 0.78% | - |
| XYZ | 38.71 | 29.51 | 47.37 | - |
| YUV | 152.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 181 | 0 | 0.38 | 0.09 | 0.22 | 313.6 | 0.4 | 0.63 |
| Hex | C6 | 7B | B5 | 0 | 26 | 9 | 16 | 13A | 28 | 3F |
| Octal | 306 | 173 | 265 | 0 | 46 | 11 | 26 | 472 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10110101 | 0 | 100110 | 1001 | 10110 | 100111010 | 101000 | 111111 |
Color Harmonies of #C67BB5
Complementary color
Monochromatic Colors of #C67BB5
Black with #C67BB5
Text Example
Text Example
White with #C67BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BB5; }
p { color: rgb(198,123,181); }
H1.HeaderClassName
{
color: #C67BB5;
}
.AnyTagClassName
{
color: #C67BB5;
}
</style>
background-color css
<style>
a { background-color: #C67BB5; }
a { background-color: rgb(198,123,181); }
div.DivClassName
{
background-color: #C67BB5;
}
.BgClassName
{
background-color: #C67BB5;
}
</style>
border-color css
<style>
span { border-color: #C67BB5; }
span { border-color: rgb(198,123,181); }
td.TdClassName
{
border-color: #C67BB5;
}
.TagClassName
{
border-color: #C67BB5;
}
</style>