#CF8CAF

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

Shades of Lily #CF8CAF

Tints of Lily #CF8CAF

Color information

#CF8CAF (or 0xCF8CAF) is unknown color: approx Lily. HEX triplet: CF, 8C and AF. RGB value is (207,140,175). Sum of RGB (Red+Green+Blue) = 207+140+175=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8CAF is #307350. Grayscale: #A3A3A3. Windows color (decimal): -3175249 or 11504847. OLE color: 11504847.

HSL color Cylindrical-coordinate representation of color #CF8CAF: hue angle of 328.66º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8CAF is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207140175-
CMYK00.320.150.19
HSL328.66º41.1%68.04%-
HSV(B)328.66º32.37%81.18%-
XYZ42.8535.1245.08-
YUV164.02134.2158.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=39.66%
G=26.82%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714017500.320.150.19328.6641.168.04
HexCF8CAF020F131492944
Octal317214257040172351151104
Binary11001111100011001010111101000001111100111010010011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CAF; }

 p { color: rgb(207,140,175); }

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

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

 a { background-color: rgb(207,140,175); }

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

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

 span { border-color: rgb(207,140,175); }

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