#C093B8

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

Shades of London Hue #C093B8

Tints of London Hue #C093B8

Color information

#C093B8 (or 0xC093B8) is unknown color: approx London Hue. HEX triplet: C0, 93 and B8. RGB value is (192,147,184). Sum of RGB (Red+Green+Blue) = 192+147+184=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C093B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093B8 is #3F6C47. Grayscale: #A4A4A4. Windows color (decimal): -4156488 or 12096448. OLE color: 12096448.

HSL color Cylindrical-coordinate representation of color #C093B8: hue angle of 310.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093B8 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192147184-
CMYK00.230.040.25
HSL310.67º26.32%66.47%-
HSV(B)310.67º23.44%75.29%-
XYZ40.8235.5350.05-
YUV164.67138.91147.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=36.71%
G=28.11%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214718400.230.040.25310.6726.3266.47
HexC093B80174191371a42
Octal30022327002743146732102
Binary11000000100100111011100001011110011001100110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093B8; }

 p { color: rgb(192,147,184); }

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

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

 a { background-color: rgb(192,147,184); }

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

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

 span { border-color: rgb(192,147,184); }

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