#CF8CB3

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

Shades of Lily #CF8CB3

Tints of Lily #CF8CB3

Color information

#CF8CB3 (or 0xCF8CB3) is unknown color: approx Lily. HEX triplet: CF, 8C and B3. RGB value is (207,140,179). Sum of RGB (Red+Green+Blue) = 207+140+179=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CB3 is #30734C. Grayscale: #A4A4A4. Windows color (decimal): -3175245 or 11766991. OLE color: 11766991.

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

Color convert

RGB207140179-
CMYK00.320.140.19
HSL325.07º41.1%68.04%-
HSV(B)325.07º32.37%81.18%-
XYZ43.2535.2847.18-
YUV164.48136.2158.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=39.35%
G=26.62%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714017900.320.140.19325.0741.168.04
HexCF8CB3020E131452944
Octal317214263040162350551104
Binary11001111100011001011001101000001110100111010001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CB3; }

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

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

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

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

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

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

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

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