#C083B7

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

Shades of London Hue #C083B7

Tints of London Hue #C083B7

Color information

#C083B7 (or 0xC083B7) is unknown color: approx London Hue. HEX triplet: C0, 83 and B7. RGB value is (192,131,183). Sum of RGB (Red+Green+Blue) = 192+131+183=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C083B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083B7 is #3F7C48. Grayscale: #9B9B9B. Windows color (decimal): -4160585 or 12026816. OLE color: 12026816.

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

Color convert

RGB192131183-
CMYK00.320.050.25
HSL308.85º32.62%63.33%-
HSV(B)308.85º31.77%75.29%-
XYZ38.430.8648.73-
YUV155.17143.71154.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=37.94%
G=25.89%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213118300.320.050.25308.8532.6263.33
HexC083B7020519135213f
Octal3002032670405314654177
Binary110000001000001110110111010000010111001100110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083B7; }

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

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

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

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

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

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

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

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