#C08EB9

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

Shades of London Hue #C08EB9

Tints of London Hue #C08EB9

Color information

#C08EB9 (or 0xC08EB9) is unknown color: approx London Hue. HEX triplet: C0, 8E and B9. RGB value is (192,142,185). Sum of RGB (Red+Green+Blue) = 192+142+185=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB9 is #3F7146. Grayscale: #A1A1A1. Windows color (decimal): -4157767 or 12160704. OLE color: 12160704.

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

Color convert

RGB192142185-
CMYK00.260.040.25
HSL308.4º28.41%65.49%-
HSV(B)308.4º26.04%75.29%-
XYZ40.1734.0650.36-
YUV161.85141.06149.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=36.99%
G=27.36%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214218500.260.040.25308.428.4165.49
HexC08EB901A4191341c41
Octal30021627103243146434101
Binary11000000100011101011100101101010011001100110100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EB9; }

 p { color: rgb(192,142,185); }

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

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

 a { background-color: rgb(192,142,185); }

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

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

 span { border-color: rgb(192,142,185); }

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