#C084B1

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

Shades of London Hue #C084B1

Tints of London Hue #C084B1

Color information

#C084B1 (or 0xC084B1) is unknown color: approx London Hue. HEX triplet: C0, 84 and B1. RGB value is (192,132,177). Sum of RGB (Red+Green+Blue) = 192+132+177=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084B1 is #3F7B4E. Grayscale: #9A9A9A. Windows color (decimal): -4160335 or 11633856. OLE color: 11633856.

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

Color convert

RGB192132177-
CMYK00.310.080.25
HSL315º32.26%63.53%-
HSV(B)315º31.25%75.29%-
XYZ37.9330.8845.56-
YUV155.07140.38154.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=38.32%
G=26.35%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213217700.310.080.2531532.2663.53
HexC084B101F81913b2040
Octal300204261037103147340100
Binary1100000010000100101100010111111000110011001110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084B1; }

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

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

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

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

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

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

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

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