#C091B8

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

Shades of London Hue #C091B8

Tints of London Hue #C091B8

Color information

#C091B8 (or 0xC091B8) is unknown color: approx London Hue. HEX triplet: C0, 91 and B8. RGB value is (192,145,184). Sum of RGB (Red+Green+Blue) = 192+145+184=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C091B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091B8 is #3F6E47. Grayscale: #A3A3A3. Windows color (decimal): -4157000 or 12095936. OLE color: 12095936.

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

Color convert

RGB192145184-
CMYK00.240.040.25
HSL310.21º27.17%66.08%-
HSV(B)310.21º24.48%75.29%-
XYZ40.5234.9249.95-
YUV163.5139.57148.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=36.85%
G=27.83%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214518400.240.040.25310.2127.1766.08
HexC091B80184191361b42
Octal30022127003043146633102
Binary11000000100100011011100001100010011001100110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091B8; }

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

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

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

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

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

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

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

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