#C07EAE

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

Shades of London Hue #C07EAE

Tints of London Hue #C07EAE

Color information

#C07EAE (or 0xC07EAE) is unknown color: approx London Hue. HEX triplet: C0, 7E and AE. RGB value is (192,126,174). Sum of RGB (Red+Green+Blue) = 192+126+174=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAE is #3F8151. Grayscale: #979797. Windows color (decimal): -4161874 or 11435712. OLE color: 11435712.

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

Color convert

RGB192126174-
CMYK00.340.090.25
HSL316.36º34.38%62.35%-
HSV(B)316.36º34.38%75.29%-
XYZ36.8429.1843.74-
YUV151.21140.87157.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=39.02%
G=25.61%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212617400.340.090.25316.3634.3862.35
HexC07EAE02291913c223e
Octal30017625604211314744276
Binary110000001111110101011100100010100111001100111100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EAE; }

 p { color: rgb(192,126,174); }

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

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

 a { background-color: rgb(192,126,174); }

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

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

 span { border-color: rgb(192,126,174); }

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