#C398B6

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

Shades of Lily #C398B6

Tints of Lily #C398B6

Color information

#C398B6 (or 0xC398B6) is unknown color: approx Lily. HEX triplet: C3, 98 and B6. RGB value is (195,152,182). Sum of RGB (Red+Green+Blue) = 195+152+182=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C398B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398B6 is #3C6749. Grayscale: #A8A8A8. Windows color (decimal): -3958602 or 11966659. OLE color: 11966659.

HSL color Cylindrical-coordinate representation of color #C398B6: hue angle of 318.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C398B6 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195152182-
CMYK00.220.070.24
HSL318.14º26.38%68.04%-
HSV(B)318.14º22.05%76.47%-
XYZ42.1837.4449.26-
YUV168.28135.75147.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=36.86%
G=28.73%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515218200.220.070.24318.1426.3868.04
HexC398B601671813e1a44
Octal30323026602673047632104
Binary11000011100110001011011001011011111000100111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398B6; }

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

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

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

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

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

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

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

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