#CF8CBB

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

Shades of Lily #CF8CBB

Tints of Lily #CF8CBB

Color information

#CF8CBB (or 0xCF8CBB) is unknown color: approx Lily. HEX triplet: CF, 8C and BB. RGB value is (207,140,187). Sum of RGB (Red+Green+Blue) = 207+140+187=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBB is #307344. Grayscale: #A5A5A5. Windows color (decimal): -3175237 or 12291279. OLE color: 12291279.

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

Color convert

RGB207140187-
CMYK00.320.100.19
HSL317.91º41.1%68.04%-
HSV(B)317.91º32.37%81.18%-
XYZ44.0835.6151.56-
YUV165.39140.2157.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=38.76%
G=26.22%
B=35.02%

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
Decimal20714018700.320.100.19317.9141.168.04
HexCF8CBB020A1313e2944
Octal317214273040122347651104
Binary11001111100011001011101101000001010100111001111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CBB; }

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

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

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

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

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

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

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

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