#C88CB0

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

Shades of Lily #C88CB0

Tints of Lily #C88CB0

Color information

#C88CB0 (or 0xC88CB0) is unknown color: approx Lily. HEX triplet: C8, 8C and B0. RGB value is (200,140,176). Sum of RGB (Red+Green+Blue) = 200+140+176=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CB0 is #37734F. Grayscale: #A1A1A1. Windows color (decimal): -3634000 or 11570376. OLE color: 11570376.

HSL color Cylindrical-coordinate representation of color #C88CB0: hue angle of 324º 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 #C88CB0 is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200140176-
CMYK00.30.120.22
HSL324º35.29%66.67%-
HSV(B)324º30%78.43%-
XYZ41.0334.1745.51-
YUV162.04135.88155.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=38.76%
G=27.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014017600.30.120.2232435.2966.67
HexC88CB001EC161442343
Octal310214260036142650443103
Binary1100100010001100101100000111101100101101010001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CB0; }

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

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

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

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

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

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

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

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