Html Css Color HEX #C396B0 Lily

📋 copy color: '#C396B0'

red 195 ◦ green 150 ◦ blue 176

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

Shades of Lily #C396B0

Tints of Lily #C396B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 37.43%
G = 28.79%
B = 33.78%

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

#C396B0 (or 0xC396B0) is known color: Lily. HEX triplet: C3, 96 and B0. RGB value is (195,150,176). Sum of RGB (Red+Green+Blue) = 195+150+176=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C396B0 is #3C694F. Grayscale: #A6A6A6. Windows color (decimal): -3959120 or 11572931. OLE color: 11572931.

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

Color convert

RGB 195 150 176 -
CMYK 0 0.23 0.10 0.24
HSL 325.33º 0.27% 0.68% -
HSV(B) 325.33º 0.23% 0.76% -
XYZ 41.25 36.55 45.96 -
YUV 166.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 195 150 176 0 0.23 0.10 0.24 325.33 0.27 0.68
Hex C3 96 B0 0 17 A 18 145 1B 44
Octal 303 226 260 0 27 12 30 505 33 104
Binary 11000011 10010110 10110000 0 10111 1010 11000 101000101 11011 1000100

Color Harmonies of #C396B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396B0

Black with #C396B0

Text Example


Text Example

White with #C396B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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