Shades of London Hue #C38ABC
Tints of London Hue #C38ABC
RGB
CMYK
RGB Variations
Color information
#C38ABC (or 0xC38ABC) is known color: London Hue. HEX triplet: C3, 8A and BC. RGB value is (195,138,188). Sum of RGB (Red+Green+Blue) = 195+138+188=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABC is #3C7543. Grayscale: #A0A0A0. Windows color (decimal): -3962180 or 12356291. OLE color: 12356291.
HSL color Cylindrical-coordinate representation of color #C38ABC: hue angle of 307.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38ABC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 188 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.24 |
| HSL | 307.37º | 0.32% | 0.65% | - |
| HSV(B) | 307.37º | 0.29% | 0.76% | - |
| XYZ | 40.67 | 33.41 | 51.88 | - |
| YUV | 160.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 188 | 0 | 0.29 | 0.04 | 0.24 | 307.37 | 0.32 | 0.65 |
| Hex | C3 | 8A | BC | 0 | 1D | 4 | 18 | 133 | 20 | 41 |
| Octal | 303 | 212 | 274 | 0 | 35 | 4 | 30 | 463 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111100 | 0 | 11101 | 100 | 11000 | 100110011 | 100000 | 1000001 |
Color Harmonies of #C38ABC
Complementary color
Monochromatic Colors of #C38ABC
Black with #C38ABC
Text Example
Text Example
White with #C38ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ABC; }
p { color: rgb(195,138,188); }
H1.HeaderClassName
{
color: #C38ABC;
}
.AnyTagClassName
{
color: #C38ABC;
}
</style>
background-color css
<style>
a { background-color: #C38ABC; }
a { background-color: rgb(195,138,188); }
div.DivClassName
{
background-color: #C38ABC;
}
.BgClassName
{
background-color: #C38ABC;
}
</style>
border-color css
<style>
span { border-color: #C38ABC; }
span { border-color: rgb(195,138,188); }
td.TdClassName
{
border-color: #C38ABC;
}
.TagClassName
{
border-color: #C38ABC;
}
</style>