#CF8CBA

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

Shades of Lily #CF8CBA

Tints of Lily #CF8CBA

Color information

#CF8CBA (or 0xCF8CBA) is unknown color: approx Lily. HEX triplet: CF, 8C and BA. RGB value is (207,140,186). Sum of RGB (Red+Green+Blue) = 207+140+186=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBA is #307345. Grayscale: #A5A5A5. Windows color (decimal): -3175238 or 12225743. OLE color: 12225743.

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

Color convert

RGB207140186-
CMYK00.320.100.19
HSL318.81º41.1%68.04%-
HSV(B)318.81º32.37%81.18%-
XYZ43.9735.5751-
YUV165.28139.7157.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=38.84%
G=26.27%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714018600.320.100.19318.8141.168.04
HexCF8CBA020A1313f2944
Octal317214272040122347751104
Binary11001111100011001011101001000001010100111001111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CBA; }

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

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

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

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

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

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

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

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