Html Css Color HEX #C37DAE London Hue

📋 copy color: '#C37DAE'

red 195 ◦ green 125 ◦ blue 174

#C37DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C37DAE

Tints of London Hue #C37DAE

RGB

 RED value IS 195 (76.56% from 255) = 39.47%

 GREEN value IS 125 (49.22% from 255) = 25.3%

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 39.47%
G = 25.3%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C37DAE (or 0xC37DAE) is known color: 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

RGB 195 125 174 -
CMYK 0 0.36 0.11 0.24
HSL 318º 0.37% 0.63% -
HSV(B) 318º 0.36% 0.76% -
XYZ 37.48 29.33 43.73 -
YUV 151.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 195 125 174 0 0.36 0.11 0.24 318 0.37 0.63
Hex C3 7D AE 0 24 B 18 13E 25 3F
Octal 303 175 256 0 44 13 30 476 45 77
Binary 11000011 1111101 10101110 0 100100 1011 11000 100111110 100101 111111

Color Harmonies of #C37DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DAE

Black with #C37DAE

Text Example


Text Example

White with #C37DAE

Text Example


Text Example

HTML Codes & Css Web 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>