#C88CAD

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

Shades of Lily #C88CAD

Tints of Lily #C88CAD

Color information

#C88CAD (or 0xC88CAD) is unknown color: approx Lily. HEX triplet: C8, 8C and AD. RGB value is (200,140,173). Sum of RGB (Red+Green+Blue) = 200+140+173=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CAD is #377352. Grayscale: #A1A1A1. Windows color (decimal): -3634003 or 11373768. OLE color: 11373768.

HSL color Cylindrical-coordinate representation of color #C88CAD: hue angle of 327º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88CAD is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200140173-
CMYK00.30.140.22
HSL327º35.29%66.67%-
HSV(B)327º30%78.43%-
XYZ40.7434.0543.96-
YUV161.7134.38155.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=38.99%
G=27.29%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014017300.30.140.2232735.2966.67
HexC88CAD01EE161472343
Octal310214255036162650743103
Binary1100100010001100101011010111101110101101010001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CAD; }

 p { color: rgb(200,140,173); }

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

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

 a { background-color: rgb(200,140,173); }

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

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

 span { border-color: rgb(200,140,173); }

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