#C88CB9

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

Shades of Lily #C88CB9

Tints of Lily #C88CB9

Color information

#C88CB9 (or 0xC88CB9) is unknown color: approx Lily. HEX triplet: C8, 8C and B9. RGB value is (200,140,185). Sum of RGB (Red+Green+Blue) = 200+140+185=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB9 is #377346. Grayscale: #A2A2A2. Windows color (decimal): -3633991 or 12160200. OLE color: 12160200.

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

Color convert

RGB200140185-
CMYK00.30.080.22
HSL315º35.29%66.67%-
HSV(B)315º30%78.43%-
XYZ41.9534.5450.35-
YUV163.07140.38154.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=38.10%
G=26.67%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014018500.30.080.2231535.2966.67
HexC88CB901E81613b2343
Octal310214271036102647343103
Binary1100100010001100101110010111101000101101001110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CB9; }

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

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

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

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

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

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

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

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