#C88BBA

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

Shades of Lily #C88BBA

Tints of Lily #C88BBA

Color information

#C88BBA (or 0xC88BBA) is unknown color: approx Lily. HEX triplet: C8, 8B and BA. RGB value is (200,139,186). Sum of RGB (Red+Green+Blue) = 200+139+186=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BBA is #377445. Grayscale: #A2A2A2. Windows color (decimal): -3634246 or 12225480. OLE color: 12225480.

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

Color convert

RGB200139186-
CMYK00.300.070.22
HSL313.77º35.67%66.47%-
HSV(B)313.77º30.5%78.43%-
XYZ41.9134.2950.86-
YUV162.6141.21154.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=38.10%
G=26.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013918600.300.070.22313.7735.6766.47
HexC88BBA01E71613a2442
Octal31021327203672647244102
Binary110010001000101110111010011110111101101001110101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BBA; }

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

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

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

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

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

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

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

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