Shades of London Hue #C17CB3
Tints of London Hue #C17CB3
RGB
CMYK
RGB Variations
Color information
#C17CB3 (or 0xC17CB3) is known color: London Hue. HEX triplet: C1, 7C and B3. RGB value is (193,124,179). Sum of RGB (Red+Green+Blue) = 193+124+179=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CB3 is #3E834C. Grayscale: #969696. Windows color (decimal): -4096845 or 11762881. OLE color: 11762881.
HSL color Cylindrical-coordinate representation of color #C17CB3: hue angle of 312.17º 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 #C17CB3 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 179 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.24 |
| HSL | 312.17º | 0.36% | 0.62% | - |
| HSV(B) | 312.17º | 0.36% | 0.76% | - |
| XYZ | 37.34 | 29.01 | 46.28 | - |
| YUV | 150.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 179 | 0 | 0.36 | 0.07 | 0.24 | 312.17 | 0.36 | 0.62 |
| Hex | C1 | 7C | B3 | 0 | 24 | 7 | 18 | 138 | 24 | 3E |
| Octal | 301 | 174 | 263 | 0 | 44 | 7 | 30 | 470 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10110011 | 0 | 100100 | 111 | 11000 | 100111000 | 100100 | 111110 |
Color Harmonies of #C17CB3
Complementary color
Monochromatic Colors of #C17CB3
Black with #C17CB3
Text Example
Text Example
White with #C17CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CB3; }
p { color: rgb(193,124,179); }
H1.HeaderClassName
{
color: #C17CB3;
}
.AnyTagClassName
{
color: #C17CB3;
}
</style>
background-color css
<style>
a { background-color: #C17CB3; }
a { background-color: rgb(193,124,179); }
div.DivClassName
{
background-color: #C17CB3;
}
.BgClassName
{
background-color: #C17CB3;
}
</style>
border-color css
<style>
span { border-color: #C17CB3; }
span { border-color: rgb(193,124,179); }
td.TdClassName
{
border-color: #C17CB3;
}
.TagClassName
{
border-color: #C17CB3;
}
</style>