#C37CB0

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

Shades of London Hue #C37CB0

Tints of London Hue #C37CB0

Color information

#C37CB0 (or 0xC37CB0) is unknown color: approx London Hue. HEX triplet: C3, 7C and B0. RGB value is (195,124,176). Sum of RGB (Red+Green+Blue) = 195+124+176=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37CB0 is #3C834F. Grayscale: #979797. Windows color (decimal): -3965776 or 11566275. OLE color: 11566275.

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

Color convert

RGB195124176-
CMYK00.360.100.24
HSL316.06º37.17%62.55%-
HSV(B)316.06º36.41%76.47%-
XYZ37.5529.1544.72-
YUV151.16142.02159.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=39.39%
G=25.05%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512417600.360.100.24316.0637.1762.55
HexC37CB0024A1813c253f
Octal30317426004412304744577
Binary110000111111100101100000100100101011000100111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CB0; }

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

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

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

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

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

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

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

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