#C07CB4

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

Shades of London Hue #C07CB4

Tints of London Hue #C07CB4

Color information

#C07CB4 (or 0xC07CB4) is unknown color: approx London Hue. HEX triplet: C0, 7C and B4. RGB value is (192,124,180). Sum of RGB (Red+Green+Blue) = 192+124+180=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CB4 is #3F834B. Grayscale: #969696. Windows color (decimal): -4162380 or 11828416. OLE color: 11828416.

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

Color convert

RGB192124180-
CMYK00.350.060.25
HSL310.59º35.05%61.96%-
HSV(B)310.59º35.42%75.29%-
XYZ37.1828.9246.8-
YUV150.72144.53157.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=38.71%
G=25%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212418000.350.060.25310.5935.0561.96
HexC07CB4023619137233e
Octal3001742640436314674376
Binary11000000111110010110100010001111011001100110111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CB4; }

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

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

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

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

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

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

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

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