#C07CAD

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

Shades of London Hue #C07CAD

Tints of London Hue #C07CAD

Color information

#C07CAD (or 0xC07CAD) is unknown color: approx London Hue. HEX triplet: C0, 7C and AD. RGB value is (192,124,173). Sum of RGB (Red+Green+Blue) = 192+124+173=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07CAD is #3F8352. Grayscale: #959595. Windows color (decimal): -4162387 or 11369664. OLE color: 11369664.

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

Color convert

RGB192124173-
CMYK00.350.100.25
HSL316.76º35.05%61.96%-
HSV(B)316.76º35.42%75.29%-
XYZ36.4928.6443.14-
YUV149.92141.03158.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=39.26%
G=25.36%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212417300.350.100.25316.7635.0561.96
HexC07CAD023A1913d233e
Octal30017425504312314754376
Binary110000001111100101011010100011101011001100111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CAD; }

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

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

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

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

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

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

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

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