#C384B7

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

Shades of London Hue #C384B7

Tints of London Hue #C384B7

Color information

#C384B7 (or 0xC384B7) is unknown color: approx London Hue. HEX triplet: C3, 84 and B7. RGB value is (195,132,183). Sum of RGB (Red+Green+Blue) = 195+132+183=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C384B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384B7 is #3C7B48. Grayscale: #9C9C9C. Windows color (decimal): -3963721 or 12027075. OLE color: 12027075.

HSL color Cylindrical-coordinate representation of color #C384B7: hue angle of 311.43º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384B7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195132183-
CMYK00.320.060.24
HSL311.43º34.43%64.12%-
HSV(B)311.43º32.31%76.47%-
XYZ39.331.5248.81-
YUV156.65142.87155.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 183 (71.88% from 255) = 35.88%
R=38.24%
G=25.88%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513218300.320.060.24311.4334.4364.12
HexC384B70206181372240
Octal30320426704063046742100
Binary1100001110000100101101110100000110110001001101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384B7; }

 p { color: rgb(195,132,183); }

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

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

 a { background-color: rgb(195,132,183); }

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

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

 span { border-color: rgb(195,132,183); }

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