#C384BB

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

Shades of London Hue #C384BB

Tints of London Hue #C384BB

Color information

#C384BB (or 0xC384BB) is unknown color: approx London Hue. HEX triplet: C3, 84 and BB. RGB value is (195,132,187). Sum of RGB (Red+Green+Blue) = 195+132+187=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C384BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384BB is #3C7B44. Grayscale: #9C9C9C. Windows color (decimal): -3963717 or 12289219. OLE color: 12289219.

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

Color convert

RGB195132187-
CMYK00.320.040.24
HSL307.62º34.43%64.12%-
HSV(B)307.62º32.31%76.47%-
XYZ39.7331.6951.04-
YUV157.11144.87155.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=37.94%
G=25.68%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513218700.320.040.24307.6234.4364.12
HexC384BB0204181342240
Octal30320427304043046442100
Binary1100001110000100101110110100000100110001001101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384BB; }

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

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

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

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

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

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

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

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