Html Css Color HEX #C396AC Lily

📋 copy color: '#C396AC'

red 195 ◦ green 150 ◦ blue 172

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

Shades of Lily #C396AC

Tints of Lily #C396AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

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

R = 37.72%
G = 29.01%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C396AC (or 0xC396AC) is known color: Lily. HEX triplet: C3, 96 and AC. RGB value is (195,150,172). Sum of RGB (Red+Green+Blue) = 195+150+172=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AC is #3C6953. Grayscale: #A5A5A5. Windows color (decimal): -3959124 or 11310787. OLE color: 11310787.

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

Color convert

RGB 195 150 172 -
CMYK 0 0.23 0.12 0.24
HSL 330.67º 0.27% 0.68% -
HSV(B) 330.67º 0.23% 0.76% -
XYZ 40.86 36.39 43.9 -
YUV 165.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 195 150 172 0 0.23 0.12 0.24 330.67 0.27 0.68
Hex C3 96 AC 0 17 C 18 14B 1B 44
Octal 303 226 254 0 27 14 30 513 33 104
Binary 11000011 10010110 10101100 0 10111 1100 11000 101001011 11011 1000100

Color Harmonies of #C396AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396AC

Black with #C396AC

Text Example


Text Example

White with #C396AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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