Shades of London Hue #C67FB6
Tints of London Hue #C67FB6
RGB
CMYK
RGB Variations
Color information
#C67FB6 (or 0xC67FB6) is known color: London Hue. HEX triplet: C6, 7F and B6. RGB value is (198,127,182). Sum of RGB (Red+Green+Blue) = 198+127+182=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FB6 is #398049. Grayscale: #9A9A9A. Windows color (decimal): -3768394 or 11960262. OLE color: 11960262.
HSL color Cylindrical-coordinate representation of color #C67FB6: hue angle of 313.52º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FB6 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 182 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.22 |
| HSL | 313.52º | 0.38% | 0.64% | - |
| HSV(B) | 313.52º | 0.36% | 0.78% | - |
| XYZ | 39.32 | 30.56 | 48.08 | - |
| YUV | 154.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 182 | 0 | 0.36 | 0.08 | 0.22 | 313.52 | 0.38 | 0.64 |
| Hex | C6 | 7F | B6 | 0 | 24 | 8 | 16 | 13A | 26 | 40 |
| Octal | 306 | 177 | 266 | 0 | 44 | 10 | 26 | 472 | 46 | 100 |
| Binary | 11000110 | 1111111 | 10110110 | 0 | 100100 | 1000 | 10110 | 100111010 | 100110 | 1000000 |
Color Harmonies of #C67FB6
Complementary color
Monochromatic Colors of #C67FB6
Black with #C67FB6
Text Example
Text Example
White with #C67FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FB6; }
p { color: rgb(198,127,182); }
H1.HeaderClassName
{
color: #C67FB6;
}
.AnyTagClassName
{
color: #C67FB6;
}
</style>
background-color css
<style>
a { background-color: #C67FB6; }
a { background-color: rgb(198,127,182); }
div.DivClassName
{
background-color: #C67FB6;
}
.BgClassName
{
background-color: #C67FB6;
}
</style>
border-color css
<style>
span { border-color: #C67FB6; }
span { border-color: rgb(198,127,182); }
td.TdClassName
{
border-color: #C67FB6;
}
.TagClassName
{
border-color: #C67FB6;
}
</style>