#C083BF

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

Shades of London Hue #C083BF

Tints of London Hue #C083BF

Color information

#C083BF (or 0xC083BF) is unknown color: approx London Hue. HEX triplet: C0, 83 and BF. RGB value is (192,131,191). Sum of RGB (Red+Green+Blue) = 192+131+191=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BF is #3F7C40. Grayscale: #9B9B9B. Windows color (decimal): -4160577 or 12551104. OLE color: 12551104.

HSL color Cylindrical-coordinate representation of color #C083BF: hue angle of 300.98º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083BF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192131191-
CMYK00.320.010.25
HSL300.98º32.62%63.33%-
HSV(B)300.98º31.77%75.29%-
XYZ39.2631.253.24-
YUV156.08147.71153.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 191 (75% from 255) = 37.16%
R=37.35%
G=25.49%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213119100.320.010.25300.9832.6263.33
HexC083BF02011912d213f
Octal3002032770401314554177
Binary1100000010000011101111110100000111001100101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083BF; }

 p { color: rgb(192,131,191); }

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

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

 a { background-color: rgb(192,131,191); }

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

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

 span { border-color: rgb(192,131,191); }

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