#C088AF

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

Shades of Lily #C088AF

Tints of Lily #C088AF

Color information

#C088AF (or 0xC088AF) is unknown color: approx Lily. HEX triplet: C0, 88 and AF. RGB value is (192,136,175). Sum of RGB (Red+Green+Blue) = 192+136+175=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C088AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C088AF is #3F7750. Grayscale: #9D9D9D. Windows color (decimal): -4159313 or 11503808. OLE color: 11503808.

HSL color Cylindrical-coordinate representation of color #C088AF: hue angle of 318.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088AF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192136175-
CMYK00.290.090.25
HSL318.21º30.77%64.31%-
HSV(B)318.21º29.17%75.29%-
XYZ38.2831.9144.7-
YUV157.19138.05152.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=38.17%
G=27.04%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213617500.290.090.25318.2130.7764.31
HexC088AF01D91913e1f40
Octal300210257035113147637100
Binary110000001000100010101111011101100111001100111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088AF; }

 p { color: rgb(192,136,175); }

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

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

 a { background-color: rgb(192,136,175); }

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

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

 span { border-color: rgb(192,136,175); }

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