Html Css Color HEX #C396B6 Lily

📋 copy color: '#C396B6'

red 195 ◦ green 150 ◦ blue 182

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

Shades of Lily #C396B6

Tints of Lily #C396B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 37%
G = 28.46%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C396B6 (or 0xC396B6) is known color: Lily. HEX triplet: C3, 96 and B6. RGB value is (195,150,182). Sum of RGB (Red+Green+Blue) = 195+150+182=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396B6 is #3C6949. Grayscale: #A7A7A7. Windows color (decimal): -3959114 or 11966147. OLE color: 11966147.

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

Color convert

RGB 195 150 182 -
CMYK 0 0.23 0.07 0.24
HSL 317.33º 0.27% 0.68% -
HSV(B) 317.33º 0.23% 0.76% -
XYZ 41.86 36.79 49.15 -
YUV 167.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 195 150 182 0 0.23 0.07 0.24 317.33 0.27 0.68
Hex C3 96 B6 0 17 7 18 13D 1B 44
Octal 303 226 266 0 27 7 30 475 33 104
Binary 11000011 10010110 10110110 0 10111 111 11000 100111101 11011 1000100

Color Harmonies of #C396B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396B6

Black with #C396B6

Text Example


Text Example

White with #C396B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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