Html Css Color HEX #C386AE Lily

📋 copy color: '#C386AE'

red 195 ◦ green 134 ◦ blue 174

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

Shades of Lily #C386AE

Tints of Lily #C386AE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.64%

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

R = 38.77%
G = 26.64%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C386AE (or 0xC386AE) is known color: Lily. HEX triplet: C3, 86 and AE. RGB value is (195,134,174). Sum of RGB (Red+Green+Blue) = 195+134+174=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C386AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C386AE is #3C7951. Grayscale: #9C9C9C. Windows color (decimal): -3963218 or 11437763. OLE color: 11437763.

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

Color convert

RGB 195 134 174 -
CMYK 0 0.31 0.11 0.24
HSL 320.66º 0.34% 0.65% -
HSV(B) 320.66º 0.31% 0.76% -
XYZ 38.67 31.71 44.13 -
YUV 156.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 195 134 174 0 0.31 0.11 0.24 320.66 0.34 0.65
Hex C3 86 AE 0 1F B 18 141 22 41
Octal 303 206 256 0 37 13 30 501 42 101
Binary 11000011 10000110 10101110 0 11111 1011 11000 101000001 100010 1000001

Color Harmonies of #C386AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386AE

Black with #C386AE

Text Example


Text Example

White with #C386AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386AE; }

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

 H1.HeaderClassName
 {
   color: #C386AE;
 }
 .AnyTagClassName
 {
   color: #C386AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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