#C08FB9

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

Shades of London Hue #C08FB9

Tints of London Hue #C08FB9

Color information

#C08FB9 (or 0xC08FB9) is unknown color: approx London Hue. HEX triplet: C0, 8F and B9. RGB value is (192,143,185). Sum of RGB (Red+Green+Blue) = 192+143+185=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB9 is #3F7046. Grayscale: #A2A2A2. Windows color (decimal): -4157511 or 12160960. OLE color: 12160960.

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

Color convert

RGB192143185-
CMYK00.260.040.25
HSL308.57º28%65.69%-
HSV(B)308.57º25.52%75.29%-
XYZ40.3234.3550.4-
YUV162.44140.73149.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=36.92%
G=27.5%
B=35.58%

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
Decimal19214318500.260.040.25308.572865.69
HexC08FB901A4191351c42
Octal30021727103243146534102
Binary11000000100011111011100101101010011001100110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FB9; }

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

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

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

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

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

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

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

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