Shades of London Hue #C17CB4
Tints of London Hue #C17CB4
RGB
CMYK
RGB Variations
Color information
#C17CB4 (or 0xC17CB4) is known color: London Hue. HEX triplet: C1, 7C and B4. RGB value is (193,124,180). Sum of RGB (Red+Green+Blue) = 193+124+180=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CB4 is #3E834B. Grayscale: #969696. Windows color (decimal): -4096844 or 11828417. OLE color: 11828417.
HSL color Cylindrical-coordinate representation of color #C17CB4: hue angle of 311.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17CB4 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 180 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.24 |
| HSL | 311.3º | 0.36% | 0.62% | - |
| HSV(B) | 311.3º | 0.36% | 0.76% | - |
| XYZ | 37.44 | 29.05 | 46.81 | - |
| YUV | 151.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 180 | 0 | 0.36 | 0.07 | 0.24 | 311.3 | 0.36 | 0.62 |
| Hex | C1 | 7C | B4 | 0 | 24 | 7 | 18 | 137 | 24 | 3E |
| Octal | 301 | 174 | 264 | 0 | 44 | 7 | 30 | 467 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10110100 | 0 | 100100 | 111 | 11000 | 100110111 | 100100 | 111110 |
Color Harmonies of #C17CB4
Complementary color
Monochromatic Colors of #C17CB4
Black with #C17CB4
Text Example
Text Example
White with #C17CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CB4; }
p { color: rgb(193,124,180); }
H1.HeaderClassName
{
color: #C17CB4;
}
.AnyTagClassName
{
color: #C17CB4;
}
</style>
background-color css
<style>
a { background-color: #C17CB4; }
a { background-color: rgb(193,124,180); }
div.DivClassName
{
background-color: #C17CB4;
}
.BgClassName
{
background-color: #C17CB4;
}
</style>
border-color css
<style>
span { border-color: #C17CB4; }
span { border-color: rgb(193,124,180); }
td.TdClassName
{
border-color: #C17CB4;
}
.TagClassName
{
border-color: #C17CB4;
}
</style>