#C083B1

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

Shades of London Hue #C083B1

Tints of London Hue #C083B1

Color information

#C083B1 (or 0xC083B1) is unknown color: approx London Hue. HEX triplet: C0, 83 and B1. RGB value is (192,131,177). Sum of RGB (Red+Green+Blue) = 192+131+177=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C083B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083B1 is #3F7C4E. Grayscale: #9A9A9A. Windows color (decimal): -4160591 or 11633600. OLE color: 11633600.

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

Color convert

RGB192131177-
CMYK00.320.080.25
HSL314.75º32.62%63.33%-
HSV(B)314.75º31.77%75.29%-
XYZ37.7930.6145.51-
YUV154.48140.71154.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=38.4%
G=26.2%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213117700.320.080.25314.7532.6263.33
HexC083B102081913b213f
Octal30020326104010314734177
Binary1100000010000011101100010100000100011001100111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083B1; }

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

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

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

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

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

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

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

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