Html Css Color HEX #C396AA Lily

📋 copy color: '#C396AA'

red 195 ◦ green 150 ◦ blue 170

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

Shades of Lily #C396AA

Tints of Lily #C396AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 37.86%
G = 29.13%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C396AA (or 0xC396AA) is known color: Lily. HEX triplet: C3, 96 and AA. RGB value is (195,150,170). Sum of RGB (Red+Green+Blue) = 195+150+170=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AA is #3C6955. Grayscale: #A5A5A5. Windows color (decimal): -3959126 or 11179715. OLE color: 11179715.

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

Color convert

RGB 195 150 170 -
CMYK 0 0.23 0.13 0.24
HSL 333.33º 0.27% 0.68% -
HSV(B) 333.33º 0.23% 0.76% -
XYZ 40.67 36.32 42.9 -
YUV 165.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 195 150 170 0 0.23 0.13 0.24 333.33 0.27 0.68
Hex C3 96 AA 0 17 D 18 14D 1B 44
Octal 303 226 252 0 27 15 30 515 33 104
Binary 11000011 10010110 10101010 0 10111 1101 11000 101001101 11011 1000100

Color Harmonies of #C396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396AA

Black with #C396AA

Text Example


Text Example

White with #C396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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