#C083BB

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

Shades of London Hue #C083BB

Tints of London Hue #C083BB

Color information

#C083BB (or 0xC083BB) is unknown color: approx London Hue. HEX triplet: C0, 83 and BB. RGB value is (192,131,187). Sum of RGB (Red+Green+Blue) = 192+131+187=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BB is #3F7C44. Grayscale: #9B9B9B. Windows color (decimal): -4160581 or 12288960. OLE color: 12288960.

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

Color convert

RGB192131187-
CMYK00.320.030.25
HSL304.92º32.62%63.33%-
HSV(B)304.92º31.77%75.29%-
XYZ38.8231.0350.96-
YUV155.62145.71153.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=37.65%
G=25.69%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213118700.320.030.25304.9232.6263.33
HexC083BB020319131213f
Octal3002032730403314614177
Binary11000000100000111011101101000001111001100110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083BB; }

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

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

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

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

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

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

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

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