#C091BA

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

Shades of London Hue #C091BA

Tints of London Hue #C091BA

Color information

#C091BA (or 0xC091BA) is unknown color: approx London Hue. HEX triplet: C0, 91 and BA. RGB value is (192,145,186). Sum of RGB (Red+Green+Blue) = 192+145+186=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C091BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091BA is #3F6E45. Grayscale: #A3A3A3. Windows color (decimal): -4156998 or 12227008. OLE color: 12227008.

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

Color convert

RGB192145186-
CMYK00.240.030.25
HSL307.66º27.17%66.08%-
HSV(B)307.66º24.48%75.29%-
XYZ40.733551.06-
YUV163.73140.57148.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=36.71%
G=27.72%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214518600.240.030.25307.6627.1766.08
HexC091BA0183191341b42
Octal30022127203033146433102
Binary1100000010010001101110100110001111001100110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091BA; }

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

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

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

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

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

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

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

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