#C380B0

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

Shades of London Hue #C380B0

Tints of London Hue #C380B0

Color information

#C380B0 (or 0xC380B0) is unknown color: approx London Hue. HEX triplet: C3, 80 and B0. RGB value is (195,128,176). Sum of RGB (Red+Green+Blue) = 195+128+176=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C380B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380B0 is #3C7F4F. Grayscale: #999999. Windows color (decimal): -3964752 or 11567299. OLE color: 11567299.

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

Color convert

RGB195128176-
CMYK00.340.100.24
HSL317.01º35.83%63.33%-
HSV(B)317.01º34.36%76.47%-
XYZ38.0630.1844.89-
YUV153.5140.7157.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=39.08%
G=25.65%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512817600.340.100.24317.0135.8363.33
HexC380B0022A1813d243f
Octal30320026004212304754477
Binary1100001110000000101100000100010101011000100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380B0; }

 p { color: rgb(195,128,176); }

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

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

 a { background-color: rgb(195,128,176); }

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

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

 span { border-color: rgb(195,128,176); }

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