Html Css Color HEX #C396AF Lily

📋 copy color: '#C396AF'

red 195 ◦ green 150 ◦ blue 175

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

Shades of Lily #C396AF

Tints of Lily #C396AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 37.5%
G = 28.85%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C396AF (or 0xC396AF) is known color: Lily. HEX triplet: C3, 96 and AF. RGB value is (195,150,175). Sum of RGB (Red+Green+Blue) = 195+150+175=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AF is #3C6950. Grayscale: #A6A6A6. Windows color (decimal): -3959121 or 11507395. OLE color: 11507395.

HSL color Cylindrical-coordinate representation of color #C396AF: hue angle of 326.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 #C396AF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 175 -
CMYK 0 0.23 0.10 0.24
HSL 326.67º 0.27% 0.68% -
HSV(B) 326.67º 0.23% 0.76% -
XYZ 41.15 36.51 45.44 -
YUV 166.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 195 150 175 0 0.23 0.10 0.24 326.67 0.27 0.68
Hex C3 96 AF 0 17 A 18 147 1B 44
Octal 303 226 257 0 27 12 30 507 33 104
Binary 11000011 10010110 10101111 0 10111 1010 11000 101000111 11011 1000100

Color Harmonies of #C396AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396AF

Black with #C396AF

Text Example


Text Example

White with #C396AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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