#C888AA

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

Shades of Lily #C888AA

Tints of Lily #C888AA

Color information

#C888AA (or 0xC888AA) is unknown color: approx Lily. HEX triplet: C8, 88 and AA. RGB value is (200,136,170). Sum of RGB (Red+Green+Blue) = 200+136+170=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C888AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C888AA is #377755. Grayscale: #9E9E9E. Windows color (decimal): -3635030 or 11176136. OLE color: 11176136.

HSL color Cylindrical-coordinate representation of color #C888AA: hue angle of 328.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888AA is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB200136170-
CMYK00.320.150.22
HSL328.12º36.78%65.88%-
HSV(B)328.12º32%78.43%-
XYZ39.8832.7942.26-
YUV159.01134.2157.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=39.53%
G=26.88%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013617000.320.150.22328.1236.7865.88
HexC888AA020F161482542
Octal310210252040172651045102
Binary11001000100010001010101001000001111101101010010001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888AA; }

 p { color: rgb(200,136,170); }

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

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

 a { background-color: rgb(200,136,170); }

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

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

 span { border-color: rgb(200,136,170); }

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