#C298AF

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

Shades of Lily #C298AF

Tints of Lily #C298AF

Color information

#C298AF (or 0xC298AF) is unknown color: approx Lily. HEX triplet: C2, 98 and AF. RGB value is (194,152,175). Sum of RGB (Red+Green+Blue) = 194+152+175=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C298AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298AF is #3D6750. Grayscale: #A7A7A7. Windows color (decimal): -4024145 or 11507906. OLE color: 11507906.

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

Color convert

RGB194152175-
CMYK00.220.100.24
HSL327.14º25.61%67.84%-
HSV(B)327.14º21.65%76.08%-
XYZ41.2137.0245.53-
YUV167.18132.41147.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=37.24%
G=29.17%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415217500.220.100.24327.1425.6167.84
HexC298AF016A181471a44
Octal302230257026123050732104
Binary110000101001100010101111010110101011000101000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298AF; }

 p { color: rgb(194,152,175); }

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

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

 a { background-color: rgb(194,152,175); }

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

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

 span { border-color: rgb(194,152,175); }

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