#C091BB

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

Shades of London Hue #C091BB

Tints of London Hue #C091BB

Color information

#C091BB (or 0xC091BB) is unknown color: approx London Hue. HEX triplet: C0, 91 and BB. RGB value is (192,145,187). Sum of RGB (Red+Green+Blue) = 192+145+187=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C091BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091BB is #3F6E44. Grayscale: #A3A3A3. Windows color (decimal): -4156997 or 12292544. OLE color: 12292544.

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

Color convert

RGB192145187-
CMYK00.240.030.25
HSL306.38º27.17%66.08%-
HSV(B)306.38º24.48%75.29%-
XYZ40.8335.0551.63-
YUV163.84141.07148.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=36.64%
G=27.67%
B=35.69%

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
Decimal19214518700.240.030.25306.3827.1766.08
HexC091BB0183191321b42
Octal30022127303033146233102
Binary1100000010010001101110110110001111001100110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091BB; }

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

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

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

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

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

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

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

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