#C88CB4

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

Shades of Lily #C88CB4

Tints of Lily #C88CB4

Color information

#C88CB4 (or 0xC88CB4) is unknown color: approx Lily. HEX triplet: C8, 8C and B4. RGB value is (200,140,180). Sum of RGB (Red+Green+Blue) = 200+140+180=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB4 is #37734B. Grayscale: #A2A2A2. Windows color (decimal): -3633996 or 11832520. OLE color: 11832520.

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

Color convert

RGB200140180-
CMYK00.30.10.22
HSL320º35.29%66.67%-
HSV(B)320º30%78.43%-
XYZ41.4434.3347.62-
YUV162.5137.88154.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014018000.30.10.2232035.2966.67
HexC88CB401EA161402343
Octal310214264036122650043103
Binary1100100010001100101101000111101010101101010000001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CB4; }

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

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

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

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

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

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

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

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