Html Css Color HEX #C384AE Lily

📋 copy color: '#C384AE'

red 195 ◦ green 132 ◦ blue 174

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

Shades of Lily #C384AE

Tints of Lily #C384AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

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

R = 38.92%
G = 26.35%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C384AE (or 0xC384AE) is known color: Lily. HEX triplet: C3, 84 and AE. RGB value is (195,132,174). Sum of RGB (Red+Green+Blue) = 195+132+174=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AE is #3C7B51. Grayscale: #9B9B9B. Windows color (decimal): -3963730 or 11437251. OLE color: 11437251.

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

Color convert

RGB 195 132 174 -
CMYK 0 0.32 0.11 0.24
HSL 320º 0.34% 0.64% -
HSV(B) 320º 0.32% 0.76% -
XYZ 38.4 31.16 44.04 -
YUV 155.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 195 132 174 0 0.32 0.11 0.24 320 0.34 0.64
Hex C3 84 AE 0 20 B 18 140 22 40
Octal 303 204 256 0 40 13 30 500 42 100
Binary 11000011 10000100 10101110 0 100000 1011 11000 101000000 100010 1000000

Color Harmonies of #C384AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384AE

Black with #C384AE

Text Example


Text Example

White with #C384AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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