#C17CBA

Color #C17CBA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C17CBA

Tints of London Hue #C17CBA

Color information

#C17CBA (or 0xC17CBA) is unknown color: approx London Hue. HEX triplet: C1, 7C and BA. RGB value is (193,124,186). Sum of RGB (Red+Green+Blue) = 193+124+186=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CBA is #3E8345. Grayscale: #979797. Windows color (decimal): -4096838 or 12221633. OLE color: 12221633.

HSL color Cylindrical-coordinate representation of color #C17CBA: hue angle of 306.09º 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 #C17CBA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193124186-
CMYK00.360.040.24
HSL306.09º35.75%62.16%-
HSV(B)306.09º35.75%75.69%-
XYZ38.0629.350.1-
YUV151.7147.36157.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=38.37%
G=24.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312418600.360.040.24306.0935.7562.16
HexC17CBA024418132243e
Octal3011742720444304624476
Binary11000001111110010111010010010010011000100110010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CBA; }

 p { color: rgb(193,124,186); }

 H1.HeaderClassName
 {
   color: #C17CBA;
 }
 .AnyTagClassName
 {
   color: #C17CBA;
 }
</style>
background-color css

<style>
 a { background-color: #C17CBA; }

 a { background-color: rgb(193,124,186); }

 div.DivClassName
 {
   background-color: #C17CBA;
 }
 .BgClassName
 {
   background-color: #C17CBA;
 }
</style>
border-color css

<style>
 span { border-color: #C17CBA; }

 span { border-color: rgb(193,124,186); }

 td.TdClassName
 {
   border-color: #C17CBA;
 }
 .TagClassName
 {
   border-color: #C17CBA;
 }
</style>