#C17CAF

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

Shades of London Hue #C17CAF

Tints of London Hue #C17CAF

Color information

#C17CAF (or 0xC17CAF) is unknown color: approx London Hue. HEX triplet: C1, 7C and AF. RGB value is (193,124,175). Sum of RGB (Red+Green+Blue) = 193+124+175=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17CAF is #3E8350. Grayscale: #969696. Windows color (decimal): -4096849 or 11500737. OLE color: 11500737.

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

Color convert

RGB193124175-
CMYK00.360.090.24
HSL315.65º35.75%62.16%-
HSV(B)315.65º35.75%75.69%-
XYZ36.9428.8544.18-
YUV150.44141.86158.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=39.23%
G=25.20%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312417500.360.090.24315.6535.7562.16
HexC17CAF02491813c243e
Octal30117425704411304744476
Binary110000011111100101011110100100100111000100111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CAF; }

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

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

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

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

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

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

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

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