#C17FAD

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

Shades of London Hue #C17FAD

Tints of London Hue #C17FAD

Color information

#C17FAD (or 0xC17FAD) is unknown color: approx London Hue. HEX triplet: C1, 7F and AD. RGB value is (193,127,173). Sum of RGB (Red+Green+Blue) = 193+127+173=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17FAD is #3E8052. Grayscale: #979797. Windows color (decimal): -4096083 or 11370433. OLE color: 11370433.

HSL color Cylindrical-coordinate representation of color #C17FAD: hue angle of 318.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FAD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193127173-
CMYK00.340.100.24
HSL318.18º34.74%62.75%-
HSV(B)318.18º34.2%75.69%-
XYZ37.1229.5343.28-
YUV151.98139.87157.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=39.15%
G=25.76%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312717300.340.100.24318.1834.7462.75
HexC17FAD022A1813e233f
Octal30117725504212304764377
Binary110000011111111101011010100010101011000100111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17FAD; }

 p { color: rgb(193,127,173); }

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

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

 a { background-color: rgb(193,127,173); }

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

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

 span { border-color: rgb(193,127,173); }

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