#C298AD

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

Shades of Lily #C298AD

Tints of Lily #C298AD

Color information

#C298AD (or 0xC298AD) is unknown color: approx Lily. HEX triplet: C2, 98 and AD. RGB value is (194,152,173). Sum of RGB (Red+Green+Blue) = 194+152+173=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C298AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298AD is #3D6752. Grayscale: #A6A6A6. Windows color (decimal): -4024147 or 11376834. OLE color: 11376834.

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

Color convert

RGB194152173-
CMYK00.220.110.24
HSL330º25.61%67.84%-
HSV(B)330º21.65%76.08%-
XYZ41.0236.9444.5-
YUV166.95131.41147.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=37.38%
G=29.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415217300.220.110.2433025.6167.84
HexC298AD016B1814a1a44
Octal302230255026133051232104
Binary110000101001100010101101010110101111000101001010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298AD; }

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

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

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

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

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

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

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

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