Html Css Color HEX #C394AC Lily

📋 copy color: '#C394AC'

red 195 ◦ green 148 ◦ blue 172

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

Shades of Lily #C394AC

Tints of Lily #C394AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 37.86%
G = 28.74%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C394AC (or 0xC394AC) is known color: Lily. HEX triplet: C3, 94 and AC. RGB value is (195,148,172). Sum of RGB (Red+Green+Blue) = 195+148+172=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C394AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394AC is #3C6B53. Grayscale: #A4A4A4. Windows color (decimal): -3959636 or 11310275. OLE color: 11310275.

HSL color Cylindrical-coordinate representation of color #C394AC: hue angle of 329.36º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394AC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 172 -
CMYK 0 0.24 0.12 0.24
HSL 329.36º 0.28% 0.67% -
HSV(B) 329.36º 0.24% 0.76% -
XYZ 40.54 35.76 43.8 -
YUV 164.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 195 148 172 0 0.24 0.12 0.24 329.36 0.28 0.67
Hex C3 94 AC 0 18 C 18 149 1C 43
Octal 303 224 254 0 30 14 30 511 34 103
Binary 11000011 10010100 10101100 0 11000 1100 11000 101001001 11100 1000011

Color Harmonies of #C394AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394AC

Black with #C394AC

Text Example


Text Example

White with #C394AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394AC; }

 p { color: rgb(195,148,172); }

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

background-color css

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

 a { background-color: rgb(195,148,172); }

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

border-color css

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

 span { border-color: rgb(195,148,172); }

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