#C299B5

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

Shades of Lily #C299B5

Tints of Lily #C299B5

Color information

#C299B5 (or 0xC299B5) is unknown color: approx Lily. HEX triplet: C2, 99 and B5. RGB value is (194,153,181). Sum of RGB (Red+Green+Blue) = 194+153+181=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B5 is #3D664A. Grayscale: #A8A8A8. Windows color (decimal): -4023883 or 11901378. OLE color: 11901378.

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

Color convert

RGB194153181-
CMYK00.210.070.24
HSL319.02º25.15%68.04%-
HSV(B)319.02º21.13%76.08%-
XYZ41.9837.5948.76-
YUV168.45135.08146.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=36.74%
G=28.98%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415318100.210.070.24319.0225.1568.04
HexC299B501571813f1944
Octal30223126502573047731104
Binary11000010100110011011010101010111111000100111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299B5; }

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

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

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

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

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

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

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

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