#C88BB3

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

Shades of Lily #C88BB3

Tints of Lily #C88BB3

Color information

#C88BB3 (or 0xC88BB3) is unknown color: approx Lily. HEX triplet: C8, 8B and B3. RGB value is (200,139,179). Sum of RGB (Red+Green+Blue) = 200+139+179=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BB3 is #37744C. Grayscale: #A1A1A1. Windows color (decimal): -3634253 or 11766728. OLE color: 11766728.

HSL color Cylindrical-coordinate representation of color #C88BB3: hue angle of 320.66º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BB3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200139179-
CMYK00.300.100.22
HSL320.66º35.67%66.47%-
HSV(B)320.66º30.5%78.43%-
XYZ41.193447.04-
YUV161.8137.71155.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=38.61%
G=26.83%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013917900.300.100.22320.6635.6766.47
HexC88BB301EA161412442
Octal310213263036122650144102
Binary1100100010001011101100110111101010101101010000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BB3; }

 p { color: rgb(200,139,179); }

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

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

 a { background-color: rgb(200,139,179); }

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

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

 span { border-color: rgb(200,139,179); }

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