#C398B4

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

Shades of Lily #C398B4

Tints of Lily #C398B4

Color information

#C398B4 (or 0xC398B4) is unknown color: approx Lily. HEX triplet: C3, 98 and B4. RGB value is (195,152,180). Sum of RGB (Red+Green+Blue) = 195+152+180=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C398B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398B4 is #3C674B. Grayscale: #A7A7A7. Windows color (decimal): -3958604 or 11835587. OLE color: 11835587.

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

Color convert

RGB195152180-
CMYK00.220.080.24
HSL320.93º26.38%68.04%-
HSV(B)320.93º22.05%76.47%-
XYZ41.9737.3548.18-
YUV168.05134.75147.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=37.00%
G=28.84%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515218000.220.080.24320.9326.3868.04
HexC398B40168181411a44
Octal303230264026103050132104
Binary110000111001100010110100010110100011000101000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398B4; }

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

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

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

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

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

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

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

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