#CF94BA

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

Shades of Lily #CF94BA

Tints of Lily #CF94BA

Color information

#CF94BA (or 0xCF94BA) is unknown color: approx Lily. HEX triplet: CF, 94 and BA. RGB value is (207,148,186). Sum of RGB (Red+Green+Blue) = 207+148+186=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94BA is #306B45. Grayscale: #A9A9A9. Windows color (decimal): -3173190 or 12227791. OLE color: 12227791.

HSL color Cylindrical-coordinate representation of color #CF94BA: hue angle of 321.36º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94BA is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207148186-
CMYK00.290.100.19
HSL321.36º38.06%69.61%-
HSV(B)321.36º28.5%81.18%-
XYZ45.1837.9951.41-
YUV169.97137.05154.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=38.26%
G=27.36%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714818600.290.100.19321.3638.0669.61
HexCF94BA01DA131412646
Octal317224272035122350146106
Binary1100111110010100101110100111011010100111010000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94BA; }

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

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

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

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

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

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

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

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