#C08FB6

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

Shades of London Hue #C08FB6

Tints of London Hue #C08FB6

Color information

#C08FB6 (or 0xC08FB6) is unknown color: approx London Hue. HEX triplet: C0, 8F and B6. RGB value is (192,143,182). Sum of RGB (Red+Green+Blue) = 192+143+182=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB6 is #3F7049. Grayscale: #A1A1A1. Windows color (decimal): -4157514 or 11964352. OLE color: 11964352.

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

Color convert

RGB192143182-
CMYK00.260.050.25
HSL312.24º28%65.69%-
HSV(B)312.24º25.52%75.29%-
XYZ4034.2348.75-
YUV162.1139.23149.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=37.14%
G=27.66%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214318200.260.050.25312.242865.69
HexC08FB601A5191381c42
Octal30021726603253147034102
Binary11000000100011111011011001101010111001100111000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FB6; }

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

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

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

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

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

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

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

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