Html Css Color HEX #C396AB Lily

📋 copy color: '#C396AB'

red 195 ◦ green 150 ◦ blue 171

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

Shades of Lily #C396AB

Tints of Lily #C396AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 37.79%
G = 29.07%
B = 33.14%

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

#C396AB (or 0xC396AB) is known color: Lily. HEX triplet: C3, 96 and AB. RGB value is (195,150,171). Sum of RGB (Red+Green+Blue) = 195+150+171=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C396AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396AB is #3C6954. Grayscale: #A5A5A5. Windows color (decimal): -3959125 or 11245251. OLE color: 11245251.

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

Color convert

RGB 195 150 171 -
CMYK 0 0.23 0.12 0.24
HSL 332º 0.27% 0.68% -
HSV(B) 332º 0.23% 0.76% -
XYZ 40.76 36.36 43.4 -
YUV 165.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 195 150 171 0 0.23 0.12 0.24 332 0.27 0.68
Hex C3 96 AB 0 17 C 18 14C 1B 44
Octal 303 226 253 0 27 14 30 514 33 104
Binary 11000011 10010110 10101011 0 10111 1100 11000 101001100 11011 1000100

Color Harmonies of #C396AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396AB

Black with #C396AB

Text Example


Text Example

White with #C396AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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