Html Css Color HEX #C396AE Lily

📋 copy color: '#C396AE'

red 195 ◦ green 150 ◦ blue 174

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

Shades of Lily #C396AE

Tints of Lily #C396AE

RGB

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

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

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

R = 37.57%
G = 28.9%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C396AE (or 0xC396AE) is known color: Lily. HEX triplet: C3, 96 and AE. RGB value is (195,150,174). Sum of RGB (Red+Green+Blue) = 195+150+174=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AE is #3C6951. Grayscale: #A6A6A6. Windows color (decimal): -3959122 or 11441859. OLE color: 11441859.

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

Color convert

RGB 195 150 174 -
CMYK 0 0.23 0.11 0.24
HSL 328º 0.27% 0.68% -
HSV(B) 328º 0.23% 0.76% -
XYZ 41.05 36.47 44.92 -
YUV 166.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 195 150 174 0 0.23 0.11 0.24 328 0.27 0.68
Hex C3 96 AE 0 17 B 18 148 1B 44
Octal 303 226 256 0 27 13 30 510 33 104
Binary 11000011 10010110 10101110 0 10111 1011 11000 101001000 11011 1000100

Color Harmonies of #C396AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396AE

Black with #C396AE

Text Example


Text Example

White with #C396AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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