#C07CB1

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

Shades of London Hue #C07CB1

Tints of London Hue #C07CB1

Color information

#C07CB1 (or 0xC07CB1) is unknown color: approx London Hue. HEX triplet: C0, 7C and B1. RGB value is (192,124,177). Sum of RGB (Red+Green+Blue) = 192+124+177=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07CB1 is #3F834E. Grayscale: #969696. Windows color (decimal): -4162383 or 11631808. OLE color: 11631808.

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

Color convert

RGB192124177-
CMYK00.350.080.25
HSL313.24º35.05%61.96%-
HSV(B)313.24º35.42%75.29%-
XYZ36.8828.845.21-
YUV150.37143.03157.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=38.95%
G=25.15%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212417700.350.080.25313.2435.0561.96
HexC07CB1023819139233e
Octal30017426104310314714376
Binary110000001111100101100010100011100011001100111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CB1; }

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

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

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

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

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

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

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

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