#C07DB0

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

Shades of London Hue #C07DB0

Tints of London Hue #C07DB0

Color information

#C07DB0 (or 0xC07DB0) is unknown color: approx London Hue. HEX triplet: C0, 7D and B0. RGB value is (192,125,176). Sum of RGB (Red+Green+Blue) = 192+125+176=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DB0 is #3F824F. Grayscale: #969696. Windows color (decimal): -4162128 or 11566528. OLE color: 11566528.

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

Color convert

RGB192125176-
CMYK00.350.080.25
HSL314.33º34.72%62.16%-
HSV(B)314.33º34.9%75.29%-
XYZ36.9129.0144.73-
YUV150.85142.2157.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=38.95%
G=25.35%
B=35.70%

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
Decimal19212517600.350.080.25314.3334.7262.16
HexC07DB002381913a233e
Octal30017526004310314724376
Binary110000001111101101100000100011100011001100111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DB0; }

 p { color: rgb(192,125,176); }

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

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

 a { background-color: rgb(192,125,176); }

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

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

 span { border-color: rgb(192,125,176); }

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