#C88CB3

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

Shades of Lily #C88CB3

Tints of Lily #C88CB3

Color information

#C88CB3 (or 0xC88CB3) is unknown color: approx Lily. HEX triplet: C8, 8C and B3. RGB value is (200,140,179). Sum of RGB (Red+Green+Blue) = 200+140+179=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB3 is #37734C. Grayscale: #A2A2A2. Windows color (decimal): -3633997 or 11766984. OLE color: 11766984.

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

Color convert

RGB200140179-
CMYK00.30.100.22
HSL321º35.29%66.67%-
HSV(B)321º30%78.43%-
XYZ41.3334.2947.09-
YUV162.39137.38154.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=38.54%
G=26.97%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014017900.30.100.2232135.2966.67
HexC88CB301EA161412343
Octal310214263036122650143103
Binary1100100010001100101100110111101010101101010000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CB3; }

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

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

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

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

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

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

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

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