#C37CBA

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

Shades of London Hue #C37CBA

Tints of London Hue #C37CBA

Color information

#C37CBA (or 0xC37CBA) is unknown color: approx London Hue. HEX triplet: C3, 7C and BA. RGB value is (195,124,186). Sum of RGB (Red+Green+Blue) = 195+124+186=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBA is #3C8345. Grayscale: #989898. Windows color (decimal): -3965766 or 12221635. OLE color: 12221635.

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

Color convert

RGB195124186-
CMYK00.360.050.24
HSL307.61º37.17%62.55%-
HSV(B)307.61º36.41%76.47%-
XYZ38.5829.5650.13-
YUV152.3147.02158.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=38.61%
G=24.55%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512418600.360.050.24307.6137.1762.55
HexC37CBA024518134253f
Octal3031742720445304644577
Binary11000011111110010111010010010010111000100110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CBA; }

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

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

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

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

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

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

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

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