#C298B8

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

Shades of Lily #C298B8

Tints of Lily #C298B8

Color information

#C298B8 (or 0xC298B8) is unknown color: approx Lily. HEX triplet: C2, 98 and B8. RGB value is (194,152,184). Sum of RGB (Red+Green+Blue) = 194+152+184=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C298B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298B8 is #3D6747. Grayscale: #A8A8A8. Windows color (decimal): -4024136 or 12097730. OLE color: 12097730.

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

Color convert

RGB194152184-
CMYK00.220.050.24
HSL314.29º25.61%67.84%-
HSV(B)314.29º21.65%76.08%-
XYZ42.1337.3950.34-
YUV168.21136.91146.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=36.60%
G=28.68%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415218400.220.050.24314.2925.6167.84
HexC298B801651813a1a44
Octal30223027002653047232104
Binary11000010100110001011100001011010111000100111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298B8; }

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

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

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

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

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

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

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

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