Shades of London Hue #C67CB5
Tints of London Hue #C67CB5
RGB
CMYK
RGB Variations
Color information
#C67CB5 (or 0xC67CB5) is known color: London Hue. HEX triplet: C6, 7C and B5. RGB value is (198,124,181). Sum of RGB (Red+Green+Blue) = 198+124+181=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CB5 is #39834A. Grayscale: #989898. Windows color (decimal): -3769163 or 11893958. OLE color: 11893958.
HSL color Cylindrical-coordinate representation of color #C67CB5: hue angle of 313.78º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67CB5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 181 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.22 |
| HSL | 313.78º | 0.39% | 0.63% | - |
| HSV(B) | 313.78º | 0.37% | 0.78% | - |
| XYZ | 38.84 | 29.76 | 47.41 | - |
| YUV | 152.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 181 | 0 | 0.37 | 0.09 | 0.22 | 313.78 | 0.39 | 0.63 |
| Hex | C6 | 7C | B5 | 0 | 25 | 9 | 16 | 13A | 27 | 3F |
| Octal | 306 | 174 | 265 | 0 | 45 | 11 | 26 | 472 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10110101 | 0 | 100101 | 1001 | 10110 | 100111010 | 100111 | 111111 |
Color Harmonies of #C67CB5
Complementary color
Monochromatic Colors of #C67CB5
Black with #C67CB5
Text Example
Text Example
White with #C67CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CB5; }
p { color: rgb(198,124,181); }
H1.HeaderClassName
{
color: #C67CB5;
}
.AnyTagClassName
{
color: #C67CB5;
}
</style>
background-color css
<style>
a { background-color: #C67CB5; }
a { background-color: rgb(198,124,181); }
div.DivClassName
{
background-color: #C67CB5;
}
.BgClassName
{
background-color: #C67CB5;
}
</style>
border-color css
<style>
span { border-color: #C67CB5; }
span { border-color: rgb(198,124,181); }
td.TdClassName
{
border-color: #C67CB5;
}
.TagClassName
{
border-color: #C67CB5;
}
</style>