#C07FAD

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

Shades of London Hue #C07FAD

Tints of London Hue #C07FAD

Color information

#C07FAD (or 0xC07FAD) is unknown color: approx London Hue. HEX triplet: C0, 7F and AD. RGB value is (192,127,173). Sum of RGB (Red+Green+Blue) = 192+127+173=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAD is #3F8052. Grayscale: #979797. Windows color (decimal): -4161619 or 11370432. OLE color: 11370432.

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

Color convert

RGB192127173-
CMYK00.340.100.25
HSL317.54º34.03%62.55%-
HSV(B)317.54º33.85%75.29%-
XYZ36.8729.443.27-
YUV151.68140.03156.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=39.02%
G=25.81%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212717300.340.100.25317.5434.0362.55
HexC07FAD022A1913e223f
Octal30017725504212314764277
Binary110000001111111101011010100010101011001100111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FAD; }

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

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

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

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

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

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

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

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