#C07EBC

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

Shades of London Hue #C07EBC

Tints of London Hue #C07EBC

Color information

#C07EBC (or 0xC07EBC) is unknown color: approx London Hue. HEX triplet: C0, 7E and BC. RGB value is (192,126,188). Sum of RGB (Red+Green+Blue) = 192+126+188=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EBC is #3F8143. Grayscale: #989898. Windows color (decimal): -4161860 or 12353216. OLE color: 12353216.

HSL color Cylindrical-coordinate representation of color #C07EBC: hue angle of 303.64º 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 #C07EBC is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192126188-
CMYK00.340.020.25
HSL303.64º34.38%62.35%-
HSV(B)303.64º34.38%75.29%-
XYZ38.2829.7651.3-
YUV152.8147.87155.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=37.94%
G=24.90%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212618800.340.020.25303.6434.3862.35
HexC07EBC022219130223e
Octal3001762740422314604276
Binary1100000011111101011110001000101011001100110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EBC; }

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

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

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

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

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

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

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

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