#C995BC

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

Shades of Lily #C995BC

Tints of Lily #C995BC

Color information

#C995BC (or 0xC995BC) is unknown color: approx Lily. HEX triplet: C9, 95 and BC. RGB value is (201,149,188). Sum of RGB (Red+Green+Blue) = 201+149+188=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BC is #366A43. Grayscale: #A8A8A8. Windows color (decimal): -3566148 or 12359113. OLE color: 12359113.

HSL color Cylindrical-coordinate representation of color #C995BC: hue angle of 315º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995BC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201149188-
CMYK00.260.060.21
HSL315º32.5%68.63%-
HSV(B)315º25.87%78.82%-
XYZ43.9137.5452.51-
YUV168.99138.73150.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=37.36%
G=27.70%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114918800.260.060.2131532.568.63
HexC995BC01A61513b2045
Octal31122527403262547340105
Binary110010011001010110111100011010110101011001110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995BC; }

 p { color: rgb(201,149,188); }

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

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

 a { background-color: rgb(201,149,188); }

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

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

 span { border-color: rgb(201,149,188); }

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