#C299B7

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

Shades of Lily #C299B7

Tints of Lily #C299B7

Color information

#C299B7 (or 0xC299B7) is unknown color: approx Lily. HEX triplet: C2, 99 and B7. RGB value is (194,153,183). Sum of RGB (Red+Green+Blue) = 194+153+183=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C299B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299B7 is #3D6648. Grayscale: #A8A8A8. Windows color (decimal): -4023881 or 12032450. OLE color: 12032450.

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

Color convert

RGB194153183-
CMYK00.210.060.24
HSL316.1º25.15%68.04%-
HSV(B)316.1º21.13%76.08%-
XYZ42.1937.6749.85-
YUV168.68136.08146.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=36.60%
G=28.87%
B=34.53%

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
Decimal19415318300.210.060.24316.125.1568.04
HexC299B701561813c1944
Octal30223126702563047431104
Binary11000010100110011011011101010111011000100111100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299B7; }

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

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

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

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

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

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

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

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