#C395B8

Color #C395B8 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C395B8

Tints of Lily #C395B8

Color information

#C395B8 (or 0xC395B8) is unknown color: approx Lily. HEX triplet: C3, 95 and B8. RGB value is (195,149,184). Sum of RGB (Red+Green+Blue) = 195+149+184=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C395B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395B8 is #3C6A47. Grayscale: #A6A6A6. Windows color (decimal): -3959368 or 12096963. OLE color: 12096963.

HSL color Cylindrical-coordinate representation of color #C395B8: hue angle of 314.35º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395B8 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195149184-
CMYK00.240.060.24
HSL314.35º27.71%67.45%-
HSV(B)314.35º23.59%76.47%-
XYZ41.936.5650.2-
YUV166.74137.74148.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=36.93%
G=28.22%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514918400.240.060.24314.3527.7167.45
HexC395B801861813a1c43
Octal30322527003063047234103
Binary11000011100101011011100001100011011000100111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395B8; }

 p { color: rgb(195,149,184); }

 H1.HeaderClassName
 {
   color: #C395B8;
 }
 .AnyTagClassName
 {
   color: #C395B8;
 }
</style>
background-color css

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

 a { background-color: rgb(195,149,184); }

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

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

 span { border-color: rgb(195,149,184); }

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