#C299B8

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

Shades of Lily #C299B8

Tints of Lily #C299B8

Color information

#C299B8 (or 0xC299B8) is unknown color: approx Lily. HEX triplet: C2, 99 and B8. RGB value is (194,153,184). Sum of RGB (Red+Green+Blue) = 194+153+184=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B8 is #3D6647. Grayscale: #A8A8A8. Windows color (decimal): -4023880 or 12097986. OLE color: 12097986.

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

Color convert

RGB194153184-
CMYK00.210.050.24
HSL314.63º25.15%68.04%-
HSV(B)314.63º21.13%76.08%-
XYZ42.2937.7150.4-
YUV168.79136.58145.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=36.53%
G=28.81%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415318400.210.050.24314.6325.1568.04
HexC299B801551813b1944
Octal30223127002553047331104
Binary11000010100110011011100001010110111000100111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299B8; }

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

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

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

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

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

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

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

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