#C299B6

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

Shades of Lily #C299B6

Tints of Lily #C299B6

Color information

#C299B6 (or 0xC299B6) is unknown color: approx Lily. HEX triplet: C2, 99 and B6. RGB value is (194,153,182). Sum of RGB (Red+Green+Blue) = 194+153+182=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B6 is #3D6649. Grayscale: #A8A8A8. Windows color (decimal): -4023882 or 11966914. OLE color: 11966914.

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

Color convert

RGB194153182-
CMYK00.210.060.24
HSL317.56º25.15%68.04%-
HSV(B)317.56º21.13%76.08%-
XYZ42.0837.6349.3-
YUV168.56135.58146.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=36.67%
G=28.92%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415318200.210.060.24317.5625.1568.04
HexC299B601561813e1944
Octal30223126602563047631104
Binary11000010100110011011011001010111011000100111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299B6; }

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

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

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

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

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

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

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

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