#C093BA

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

Shades of London Hue #C093BA

Tints of London Hue #C093BA

Color information

#C093BA (or 0xC093BA) is unknown color: approx London Hue. HEX triplet: C0, 93 and BA. RGB value is (192,147,186). Sum of RGB (Red+Green+Blue) = 192+147+186=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BA is #3F6C45. Grayscale: #A4A4A4. Windows color (decimal): -4156486 or 12227520. OLE color: 12227520.

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

Color convert

RGB192147186-
CMYK00.230.030.25
HSL308º26.32%66.47%-
HSV(B)308º23.44%75.29%-
XYZ41.0335.6251.17-
YUV164.9139.91147.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=36.57%
G=28%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214718600.230.030.2530826.3266.47
HexC093BA0173191341a42
Octal30022327202733146432102
Binary1100000010010011101110100101111111001100110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093BA; }

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

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

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

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

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

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

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

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