#C37DAE

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

Shades of London Hue #C37DAE

Tints of London Hue #C37DAE

Color information

#C37DAE (or 0xC37DAE) is unknown color: approx London Hue. HEX triplet: C3, 7D and AE. RGB value is (195,125,174). Sum of RGB (Red+Green+Blue) = 195+125+174=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DAE is #3C8251. Grayscale: #979797. Windows color (decimal): -3965522 or 11435459. OLE color: 11435459.

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

Color convert

RGB195125174-
CMYK00.360.110.24
HSL318º36.84%62.75%-
HSV(B)318º35.9%76.47%-
XYZ37.4829.3343.73-
YUV151.52140.69159.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=39.47%
G=25.30%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512517400.360.110.2431836.8462.75
HexC37DAE024B1813e253f
Octal30317525604413304764577
Binary110000111111101101011100100100101111000100111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DAE; }

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

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

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

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

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

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

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

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