#C37BAE

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

Shades of London Hue #C37BAE

Tints of London Hue #C37BAE

Color information

#C37BAE (or 0xC37BAE) is unknown color: approx London Hue. HEX triplet: C3, 7B and AE. RGB value is (195,123,174). Sum of RGB (Red+Green+Blue) = 195+123+174=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BAE is #3C8451. Grayscale: #969696. Windows color (decimal): -3966034 or 11434947. OLE color: 11434947.

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

Color convert

RGB195123174-
CMYK00.370.110.24
HSL317.5º37.5%62.35%-
HSV(B)317.5º36.92%76.47%-
XYZ37.2328.8243.65-
YUV150.34141.35159.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=39.63%
G=25%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512317400.370.110.24317.537.562.35
HexC37BAE025B1813e263e
Octal30317325604513304764676
Binary110000111111011101011100100101101111000100111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BAE; }

 p { color: rgb(195,123,174); }

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

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

 a { background-color: rgb(195,123,174); }

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

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

 span { border-color: rgb(195,123,174); }

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